@afeefa/vue-app 0.0.119 → 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.119
1
+ 0.0.121
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@afeefa/vue-app",
3
- "version": "0.0.119",
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"
@@ -9,6 +9,7 @@
9
9
 
10
10
  :validator="validator"
11
11
  v-bind="$attrs"
12
+ v-on="$listeners"
12
13
  />
13
14
  </template>
14
15