UNPKG

184 BJavaScriptView Raw
1import ColorPicker from './src/main';
2
3/* istanbul ignore next */
4ColorPicker.install = function(Vue) {
5 Vue.component(ColorPicker.name, ColorPicker);
6};
7
8export default ColorPicker;