diff --git a/src/vue-numeric-input.vue b/src/vue-numeric-input.vue index a1643fa..64c332c 100644 --- a/src/vue-numeric-input.vue +++ b/src/vue-numeric-input.vue @@ -15,6 +15,8 @@ @change="onChange" @blur="onBlur" @focus="onFocus" + @paste="onPaste" + @drop.prevent :autofocus="autofocus" :disabled="disabled" :readonly="readonly" @@ -46,6 +48,16 @@