ant-design-vue/components/color-picker/index.js

8 lines
186 B
JavaScript

import ColorPicker from './ColorPicker';
/* istanbul ignore next */
ColorPicker.install = function(app) {
app.component(ColorPicker.name, ColorPicker);
};
export default ColorPicker;