@ntohq/buefy-next
Version:
Lightweight UI components for Vue.js (v3) based on Bulma
22 lines (17 loc) • 518 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var Input = require('./Input-uJm8StId.js');
var plugins = require('./plugins-AnZKsRZe.js');
require('vue');
require('./Icon-9JyUGVH3.js');
require('./config-O5NiT3Jw.js');
require('./helpers.js');
require('./CompatFallthroughMixin-tLfy9Fz2.js');
require('./FormElementMixin-ghbQbST-.js');
const Plugin = {
install(Vue) {
plugins.registerComponent(Vue, Input.BInput);
}
};
exports.BInput = Input.BInput;
exports.default = Plugin;