Start your All-Access Pass to unlock this challenge
Challenge 1 / 1
In this video, we show a neat trick that we can do when submitting a form in Vue:
<form @submit.prevent="onSubmit">
...
</form>
What exactly does the modifier prevent
do?
Skip challenges and go to theNext Chapter