@ntohq/buefy-next
Version:
Lightweight UI components for Vue.js (v3) based on Bulma
20 lines (15 loc) • 433 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var Button = require('./Button-OcRaODtn.js');
var plugins = require('./plugins-AnZKsRZe.js');
require('vue');
require('./Icon-9JyUGVH3.js');
require('./config-O5NiT3Jw.js');
require('./helpers.js');
const Plugin = {
install(Vue) {
plugins.registerComponent(Vue, Button.BButton);
}
};
exports.BButton = Button.BButton;
exports.default = Plugin;