This commit is contained in:
syuilo
2025-03-14 19:55:45 +09:00
parent f40c5f27dd
commit c8db2043b5
4 changed files with 11 additions and 13 deletions

View File

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