修改了首页
Showing
... | @@ -16,10 +16,6 @@ | ... | @@ -16,10 +16,6 @@ |
"precommit": "npm run lint" | "precommit": "npm run lint" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@fullcalendar/core": "^4.4.2", | |||
"@fullcalendar/daygrid": "^4.4.2", | |||
"@fullcalendar/interaction": "^4.4.2", | |||
"@fullcalendar/vue": "^4.4.2", | |||
"@nuxtjs/axios": "^5.3.6", | "@nuxtjs/axios": "^5.3.6", | ||
"@nuxtjs/dotenv": "^1.3.0", | "@nuxtjs/dotenv": "^1.3.0", | ||
"@nuxtjs/pwa": "^2.6.0", | "@nuxtjs/pwa": "^2.6.0", | ||
... | @@ -43,6 +39,7 @@ | ... | @@ -43,6 +39,7 @@ |
"string": "^3.3.3", | "string": "^3.3.3", | ||
"validator": "^9.4.1", | "validator": "^9.4.1", | ||
"vue-echarts-v3": "^2.0.1", | "vue-echarts-v3": "^2.0.1", | ||
"vue-full-calendar": "^2.8.1-0", | |||
"vue-gallery-slideshow": "^1.3.1", | "vue-gallery-slideshow": "^1.3.1", | ||
"vue-quill-editor": "^3.0.6", | "vue-quill-editor": "^3.0.6", | ||
"vue-runtime-helpers": "^1.1.2", | "vue-runtime-helpers": "^1.1.2", | ||
... | @@ -71,9 +68,9 @@ | ... | @@ -71,9 +68,9 @@ |
"eslint-plugin-vue": "^5.2.2", | "eslint-plugin-vue": "^5.2.2", | ||
"less": "~3.9.0", | "less": "~3.9.0", | ||
"less-loader": "^4.1.0", | "less-loader": "^4.1.0", | ||
"vue-style-loader": "3.1.2", | |||
"nodemon": "^1.18.9", | "nodemon": "^1.18.9", | ||
"prettier": "1.14.3", | "prettier": "1.14.3", | ||
"uglifyjs-webpack-plugin": "^1.3.0" | "uglifyjs-webpack-plugin": "^1.3.0", | ||
"vue-style-loader": "3.1.2" | |||
} | } | ||
} | } |
plugins/fullcalendar.js
0 → 100644
Please
register
or
sign in
to comment