简体   繁体   English

没有可用的 FullCalendar 查看插件

[英]No available FullCalendar view plugins

I have noticed that this error happened when I use:我注意到当我使用时发生了这个错误:

 plugins: ["interaction", "timeGrid"],

and disapear when I use并在我使用时消失

plugins: ["dayGrid"],

can anyone explain why?谁能解释为什么?

html page html页面

<link
  href="https://unpkg.com/@fullcalendar/core@4.4.0/main.min.css"
  rel="stylesheet"
/>
<link
  href="https://unpkg.com/@fullcalendar/daygrid@4.4.0/main.min.css"
  rel="stylesheet"
/>
<script src="https://unpkg.com/@fullcalendar/core@4.4.0/main.min.js"></script>
<script src="https://unpkg.com/@fullcalendar/daygrid@4.4.0/main.min.js"></script>

import <script src="https://unpkg.com/@fullcalendar/interaction@4.4.0/main.min.js"></script>导入<script src="https://unpkg.com/@fullcalendar/interaction@4.4.0/main.min.js"></script>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM