From 10b7e209960f08c9fdfe157c47d25cb83015b77d Mon Sep 17 00:00:00 2001 From: Cjsah Date: Fri, 3 May 2024 14:16:11 +0800 Subject: [PATCH] =?UTF-8?q?@=E5=BC=95=E7=94=A8=20+=20=E4=BE=A7=E8=BE=B9?= =?UTF-8?q?=E6=A0=8Ftrigger=E9=9A=90=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 4 ++-- tsconfig.json | 10 +++++++++- vite.config.ts | 6 ++++++ 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index 5c36709..4eeab98 100644 --- a/src/App.vue +++ b/src/App.vue @@ -17,7 +17,7 @@ import BiliBili from './assets/bilibili.svg'; import Mcmod from './assets/mcmod.svg'; import QQ from './assets/QQ.svg'; import KOOK from './assets/kook.svg'; -import router from './router/index.ts'; +import router from '@/router/index.ts'; const items = ref([ { @@ -104,7 +104,7 @@ function select(page: any) { - +