winbox-ui-next
Version:
We Design Vue 2.0: A Vue.js 3 UI Library
12 lines (11 loc) • 468 B
JavaScript
;
var globalConfig = require("../_utils/global-config.js");
var ColorPicker$1 = require("./src/ColorPicker.js");
const ColorPicker = Object.assign(ColorPicker$1["default"], {
install: (app, options) => {
globalConfig.setGlobalConfig(app, options);
const componentPrefix = globalConfig.getComponentPrefix(options);
app.component(componentPrefix + ColorPicker$1["default"].name, ColorPicker$1["default"]);
}
});
module.exports = ColorPicker;