We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02fe44f commit b38fe93Copy full SHA for b38fe93
src/component.vue
@@ -9,6 +9,7 @@
9
@focus="$emit('focus')"
10
@keyup="$emit('keyup', $event)"
11
@keydown="$emit('keydown', $event)"
12
+ @paste="$emit('paste', $event)"
13
/>
14
</template>
15
@@ -82,7 +83,7 @@ export default {
82
83
* The input's value
84
* @model
85
*/
- value: [String, Number]
86
+ value: [String, Number],
87
},
88
directives: { facade: directive },
89
data() {
0 commit comments