enhance(frontend): 通常のRouterViewにTransitionを追加

This commit is contained in:
syuilo
2025-03-20 18:55:32 +09:00
parent a865a949b5
commit abddd40c09
4 changed files with 84 additions and 5 deletions

View File

@@ -11,4 +11,5 @@ export const DI = {
router: Symbol() as InjectionKey<Router>,
mock: Symbol() as InjectionKey<boolean>,
pageMetadata: Symbol() as InjectionKey<Ref<Record<string, any>>>,
viewId: Symbol() as InjectionKey<string>,
};