nathanreyes / v-calendar

An elegant calendar and datepicker plugin for Vue.
https://vcalendar.io
MIT License
4.39k stars 859 forks source link

Module '"../node_modules/v-calendar/types"' has no exported member 'SetupCalendar' #880

Open shoha-kh opened 3 years ago

shoha-kh commented 3 years ago

I use "v-calendar": "^3.0.0-alpha.4" for vue 3 but second import method not worked in my project

Error in my console:

TS2614: Module '"../node_modules/v-calendar/types"' has no exported member 'SetupCalendar'. Did you mean to use 'import SetupCalendar from "../node_modules/v-calendar/types"' instead? 1 | import { SetupCalendar, Calendar, DatePicker } from 'v-calendar'

hotcakedev628 commented 2 years ago

@shoha-kh What is the solution?

avioli commented 2 years ago

See https://github.com/nathanreyes/v-calendar/issues/827