我在我的Vue应用程序中使用了Fullcalendar,并将语言设置为"da“,但它不能翻译所有内容。我已尝试导入区域设置文件。import daLocale from '@fullcalendar/core/locales/da'
import allLocales from '@fullcalendar/core/locales-all&q
我有这个错误: Error: Please import the top-level fullcalendar lib before attempting to import a plugin.我的代码: import dayGridPlugin from '@fullcalendar/daygrid';import { FullCal