element/packages/color-picker/index.js

9 lines
184 B
JavaScript
Raw Normal View History

2017-02-07 16:11:53 +00:00
import ColorPicker from './src/main';
/* istanbul ignore next */
ColorPicker.install = function(Vue) {
Vue.component(ColorPicker.name, ColorPicker);
};
export default ColorPicker;