UNPKG

x-antd-vue

Version:

base on antd 1.7.2

9 lines (8 loc) 231 B
import ColorPicker from './ColorPicker'; import Base from '../base'; /* istanbul ignore next */ ColorPicker.install = function (Vue) { Vue.use(Base); Vue.component(ColorPicker.name, ColorPicker); }; export default ColorPicker;