From 6e9a85f8b9be0f06a148a36306e135785e227a6a Mon Sep 17 00:00:00 2001 From: maven <2163098428@qq.com> Date: 星期三, 13 八月 2025 16:28:13 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/dev_huangjin' into dev_huangjin --- vite/plugins/auto-import.js | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/vite/plugins/auto-import.js b/vite/plugins/auto-import.js index 498ad69..ba51689 100644 --- a/vite/plugins/auto-import.js +++ b/vite/plugins/auto-import.js @@ -5,9 +5,7 @@ imports: [ 'vue', 'vue-router', - { - 'vuex': ['useStore'] - } + 'pinia' ], dts: false }) -- Gitblit v1.9.3