UNPKG

buefy

Version:

Lightweight UI components for Vue.js based on Bulma

18 lines (12 loc) 248 B
import Field from './Field' import { use, registerComponent } from '../../utils/plugins' const Plugin = { install(Vue) { registerComponent(Vue, Field) } } use(Plugin) export default Plugin export { Field }