release: update 6.2.0

This commit is contained in:
xiaoxian521
2025-10-30 09:50:04 +08:00
parent 00256f7843
commit 2395bb11b5
23 changed files with 1829 additions and 1736 deletions

2
types/router.d.ts vendored
View File

@@ -56,6 +56,8 @@ declare global {
* 而通过设置`activePath`指定激活菜单即可获得高亮,`activePath`为指定激活菜单的`path`
*/
activePath?: string;
/** 当前页面是否已经加载过 */
loaded?: boolean;
}
/**