From cd7bafbed2ad254f3d8dc7c8f0da5c7320c02651 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Mon, 30 Dec 2024 16:30:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + src/main.js | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9d10227..df64aad 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "js-cookie": "^3.0.5", "less": "^4.2.0", "less-loader": "5.0.0", + "quill": "^2.0.3", "swiper": "^11.1.15", "vue": "^2.5.2", "vue-router": "^3.0.1" diff --git a/src/main.js b/src/main.js index ad97433..1e5f781 100644 --- a/src/main.js +++ b/src/main.js @@ -8,7 +8,9 @@ import 'element-ui/lib/theme-chalk/index.css'; import 'animate.css' import AMapLoader from "@amap/amap-jsapi-loader"; import 'swiper/css/bundle'; - +import "quill/dist/quill.core.css"; +import "quill/dist/quill.snow.css"; +import "quill/dist/quill.bubble.css"; Vue.config.productionTip = false Vue.use(ElementUI); window._AMapSecurityConfig = {