buefy
Version:
Lightweight UI components for Vue.js based on Bulma
17 lines (14 loc) • 425 B
JavaScript
import './chunk-d6200087.js';
import './chunk-9e3207cc.js';
import './chunk-10c85529.js';
import './chunk-e84b4047.js';
import { r as registerComponent, u as use } from './chunk-cca88db8.js';
import { S as Select } from './chunk-912ed715.js';
export { S as Select } from './chunk-912ed715.js';
var Plugin = {
install: function install(Vue) {
registerComponent(Vue, Select);
}
};
use(Plugin);
export default Plugin;