@afeefa/vue-app 0.0.120 → 0.0.121

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
1
- 0.0.120
1
+ 0.0.121
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@afeefa/vue-app",
3
- "version": "0.0.120",
3
+ "version": "0.0.121",
4
4
  "description": "",
5
5
  "author": "Afeefa Kollektiv <kollektiv@afeefa.de>",
6
6
  "license": "MIT",
@@ -2,6 +2,7 @@
2
2
  <v-form
3
3
  v-model="valid"
4
4
  autocomplete="off"
5
+ @submit.prevent
5
6
  >
6
7
  <slot
7
8
  name="form"