@ntohq/buefy-next
Version:
Lightweight UI components for Vue.js (v3) based on Bulma
14 lines (11 loc) • 307 B
JavaScript
import { F as Field } from './Field-jxP3yKZK.js';
import { a as registerComponent } from './plugins-y-E4hvZJ.js';
import 'vue';
import './config-3Md_fpMO.js';
import './helpers.js';
const Plugin = {
install(Vue) {
registerComponent(Vue, Field);
}
};
export { Field as BField, Plugin as default };