浏览代码

no message

DESKTOP-SVI9JE1\muzen 1 年之前
父节点
当前提交
d1fbb815b1
共有 2 个文件被更改,包括 0 次插入14 次删除
  1. 0 6
      package.json
  2. 0 8
      src/components/TimeLine/index.vue

+ 0 - 6
package.json

@@ -17,12 +17,6 @@
   },
   "dependencies": {
     "@element-plus/icons-vue": "2.3.1",
-    "@fullcalendar/core": "^6.1.11",
-    "@fullcalendar/interaction": "^6.1.11",
-    "@fullcalendar/resource": "^6.1.11",
-    "@fullcalendar/resource-timegrid": "^6.1.11",
-    "@fullcalendar/resource-timeline": "^6.1.11",
-    "@fullcalendar/vue3": "^6.1.11",
     "@vueup/vue-quill": "1.2.0",
     "@vueuse/core": "10.6.1",
     "axios": "0.27.2",

+ 0 - 8
src/components/TimeLine/index.vue

@@ -1,8 +0,0 @@
-<template>
-  <div id='calendar'></div>
-</template>
-
-<script setup>
-import FullCalendar from '@fullcalendar/vue3'
-
-</script>