UNPKG

buefy

Version:

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

23 lines (18 loc) 570 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var Input = require('./Input-BcloGeZ3.js'); var plugins = require('./plugins-DbyYGVpp.js'); require('vue'); require('./Icon-lsDKE2wQ.js'); require('./config-DR826Ki2.js'); require('./helpers.js'); require('./_plugin-vue_export-helper-Die8u8yB.js'); require('./CompatFallthroughMixin-hhK0Gkhr.js'); require('./FormElementMixin-DavX4iOv.js'); const Plugin = { install(Vue) { plugins.registerComponent(Vue, Input.BInput); } }; exports.BInput = Input.BInput; exports.default = Plugin;