import { withInstall } from '@/utils'; import ColorPicker from './src/color-picker.vue' export const AppColorPicker = withInstall(ColorPicker)