buefy
Version:
Lightweight UI components for Vue.js based on Bulma
14 lines (11 loc) • 329 B
JavaScript
import './chunk-9e3207cc.js';
import { I as Icon } from './chunk-e84b4047.js';
export { I as Icon } from './chunk-e84b4047.js';
import { r as registerComponent, u as use } from './chunk-cca88db8.js';
var Plugin = {
install: function install(Vue) {
registerComponent(Vue, Icon);
}
};
use(Plugin);
export default Plugin;