import { withInstall } from '@/utils'; import DatePicker from './src/date-picker.vue'; export const AppDatePicker = withInstall(DatePicker);