UNPKG

buefy

Version:

Lightweight UI components for Vue.js based on Bulma

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