UNPKG

buefy

Version:

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

20 lines (15 loc) 440 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var Icon = require('./Icon-lsDKE2wQ.js'); var plugins = require('./plugins-DbyYGVpp.js'); require('vue'); require('./config-DR826Ki2.js'); require('./helpers.js'); require('./_plugin-vue_export-helper-Die8u8yB.js'); const Plugin = { install(Vue) { plugins.registerComponent(Vue, Icon.BIcon); } }; exports.BIcon = Icon.BIcon; exports.default = Plugin;