matiastucci / vue-input-tag

:bookmark: Vue.js 2.0 Input Tag Component
https://tucci.me/vue-input-tag
MIT License
537 stars 130 forks source link

How to Attach evento on input box? #93

Closed davemin closed 5 years ago

davemin commented 5 years ago

Hi,

how to add a custom events on input box inside your plugins? i need to add onblur and onfocus event

best D

matiastucci commented 5 years ago

You need to add a ref: https://vuejs.org/v2/api/#ref. Please, search in the issues next time 👍