@afeefa/vue-app 0.0.119 → 0.0.120

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.120
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.120",
4
4
  "description": "",
5
5
  "author": "Afeefa Kollektiv <kollektiv@afeefa.de>",
6
6
  "license": "MIT",
@@ -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