UNPKG

buefy

Version:

Lightweight UI components for Vue.js based on Bulma

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