From 00f61fe8e148f74ce40ca3207182dba498cf4935 Mon Sep 17 00:00:00 2001 From: zhanglei Date: Fri, 27 Mar 2026 13:49:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=9B=BE=E6=A0=87=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/vue/router.ts.j2 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/vue/router.ts.j2 b/templates/vue/router.ts.j2 index 215ef63..11bda48 100644 --- a/templates/vue/router.ts.j2 +++ b/templates/vue/router.ts.j2 @@ -27,6 +27,4 @@ const routes: RouteRecordRaw[] = [ }, ], } -]; - -export default routes; \ No newline at end of file +]; \ No newline at end of file