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