We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79b6940 commit 0d89993Copy full SHA for 0d89993
src/__tests__/components/Form.vue
@@ -1,7 +1,7 @@
1
<template>
2
<div>
3
<h1>Movie Review</h1>
4
- <form>
+ <form onsubmit="return false">
5
<label for="movie-input">Title of the movie</label>
6
<input id="movie-input" v-model="title" name="title" />
7
0 commit comments