v1.1.0
- Support to use as a Vue plugin:
Vue.use(VueNumberInput). - Support to use as a Vue component:
Vue.component(VueNumberInput.name, VueNumberInput). - Register the component automatically once loaded in the browser.
Vue.use(VueNumberInput).Vue.component(VueNumberInput.name, VueNumberInput).