UNPKG

buefy

Version:

Lightweight UI components for Vue.js based on Bulma

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