UNPKG

@vicenterusso/vue-formulate-currency

Version:
15 lines (14 loc) 398 B
import FormulateVueCurrency from './FormulateVueCurrency' export default function FormulateVueCurrencyPlugin(formulateInstance) { formulateInstance.extend({ components: { FormulateVueCurrency, }, library: { "currency": { classification: 'text', component: 'FormulateVueCurrency' }, }, }) }