fix(glass): preserve material during route transitions (#611)

This commit is contained in:
InfinityPacer
2026-07-31 14:35:08 +08:00
committed by GitHub
parent 246b8ff54b
commit 41a36e2279
12 changed files with 532 additions and 75 deletions

2
env.d.ts vendored
View File

@@ -6,6 +6,8 @@ declare module 'vue-router' {
subject?: string
keepAlive?: boolean
keepAliveKey?: string
/** 来源页面停用成本较高时,分阶段把目标页起始态交给 compositor。 */
pagePresentationHandoff?: 'staged'
layoutWrapperClasses?: string
navActiveLink?: RouteLocationRaw
requiresAuth?: boolean