UNPKG

buefy

Version:

Lightweight UI components for Vue.js based on Bulma

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