This commit is contained in:
syuilo
2025-03-10 15:14:21 +09:00
parent 9e91f85370
commit f1014bc7f7
4 changed files with 36 additions and 20 deletions

View File

@@ -9,4 +9,6 @@ import type { IRouter } from '@/nirax.js';
export const DI = {
routerCurrentDepth: Symbol() as InjectionKey<number>,
router: Symbol() as InjectionKey<IRouter>,
viewId: Symbol() as InjectionKey<string>,
viewTransitionId: Symbol() as InjectionKey<Ref<string>>,
};