🎨
This commit is contained in:
parent
0a295e1bb0
commit
d609f41f61
20 changed files with 324 additions and 73 deletions
|
|
@ -10,4 +10,5 @@ export const DI = {
|
|||
routerCurrentDepth: Symbol() as InjectionKey<number>,
|
||||
router: Symbol() as InjectionKey<IRouter>,
|
||||
mock: Symbol() as InjectionKey<boolean>,
|
||||
pageMetadata: Symbol() as InjectionKey<Ref<Record<string, any>>>,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue