From 06579baa4115341e201cf26ac5f84797fb9368a1 Mon Sep 17 00:00:00 2001 From: zhouwenxuan <1175765986@qq.com> Date: 星期四, 30 十一月 2023 09:31:57 +0800 Subject: [PATCH] 后台管理页面、菜单配置 --- package.json | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/package.json b/package.json index 06b53d4..2fb9f6a 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ }, "dependencies": { "@element-plus/icons-vue": "2.0.10", + "@tinymce/tinymce-vue": "^4.0.5", "@vueup/vue-quill": "1.2.0", "@vueuse/core": "9.5.0", "axios": "0.27.2", @@ -28,8 +29,11 @@ "jsencrypt": "3.3.1", "nprogress": "0.2.0", "pinia": "2.0.22", + "quill": "^2.0.0-dev.3", + "tinymce": "^5.10.2", "vue": "3.2.45", "vue-cropper": "1.0.3", + "vue-quill-editor": "^3.0.6", "vue-router": "4.1.4" }, "devDependencies": { -- Gitblit v1.9.2