From 784c5ff56dc41c24741e2aee946b73e6867cee70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Thu, 17 Apr 2025 13:40:58 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=20'unplugin-vue-rou?= =?UTF-8?q?ter'=20=E5=88=B0=E4=BC=98=E5=8C=96=E4=BE=9D=E8=B5=96=E5=88=97?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index be725be..901902c 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -34,7 +34,8 @@ export default defineConfig(({ command, mode }) => { 'p5', '@splinetool/runtime', 'satellite.js', - 'ts-enum-util' + 'ts-enum-util', + 'unplugin-vue-router', ], exclude: ['quill', 'chart.js/auto'], },