update 重构 彻底删除proxy用法 改为vue3官方推荐写法

This commit is contained in:
疯狂的狮子Li
2026-04-10 13:07:37 +08:00
parent eb62402423
commit 9acf52e8a7
144 changed files with 1264 additions and 1082 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { createWebHistory, createRouter, RouteRecordRaw } from 'vue-router';
import { createRouter, createWebHistory, type RouteRecordRaw } from 'vue-router';
/* Layout */
import Layout from '@/layout/index.vue';