import { withInstall } from '@/utils'; import Calendar from './src/calendar.vue'; export const AppCalendar = withInstall(Calendar);