From 94a5cd16031c00d020807c666ef2fce0d3a2bde6 Mon Sep 17 00:00:00 2001 From: ming <1845728120@qq.com> Date: Wed, 3 Dec 2025 18:46:03 +0800 Subject: [PATCH] fix: Fix the missing dependencies in the package (#570) --- frontend/package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/package.json b/frontend/package.json index 51c4b595..b2428291 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -23,6 +23,7 @@ "@highlightjs/vue-plugin": "^2.1.0", "@npkg/tinymce-plugins": "^0.0.7", "@tinymce/tinymce-vue": "^5.1.0", + "@vueuse/core": "^14.1.0", "dayjs": "^1.11.13", "element-plus": "^2.10.1", "element-plus-secondary": "^1.0.0", @@ -34,6 +35,7 @@ "lodash": "^4.17.21", "lodash-es": "^4.17.21", "markdown-it": "^14.1.0", + "mitt": "^3.0.1", "snowflake-id": "^1.1.0", "tinymce": "^7.9.1", "vue": "^3.5.13",