UNPKG

@ntohq/buefy-next

Version:

Lightweight UI components for Vue.js (v3) based on Bulma

19 lines (14 loc) 388 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var Icon = require('./Icon-9JyUGVH3.js'); var plugins = require('./plugins-AnZKsRZe.js'); require('vue'); require('./config-O5NiT3Jw.js'); require('./helpers.js'); const Plugin = { install(Vue) { plugins.registerComponent(Vue, Icon.BIcon); } }; exports.BIcon = Icon.BIcon; exports.default = Plugin;