matiastucci / vue-input-tag

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

Make usage instructions consistent #58

Closed tnorthcutt closed 6 years ago

matiastucci commented 6 years ago

Actually, what we needed to change is: Vue.component('v-input-tag', InputTag) to Vue.component('input-tag', InputTag). Thanks for noticing it 👍