buefy
Version:
Lightweight UI components for Vue.js (v3) based on Bulma
15 lines (12 loc) • 304 B
JavaScript
import { s as setOptions, c as config } from './config-CKuo-p6e.js';
import { merge } from './helpers.js';
import 'vue';
var ConfigComponent = {
getOptions() {
return config;
},
setOptions(options) {
setOptions(merge(config, options, true));
}
};
export { ConfigComponent as default };