UNPKG

vue-numeric

Version:

Input field component to display currency value based on Vue.

12 lines (8 loc) 193 B
import component from './vue-numeric.vue' const plugin = { install: Vue => { Vue.component(component.name, component) } } component.install = plugin.install export default component