enhance(frontend): 通常のRouterViewにTransitionを追加
This commit is contained in:
parent
a865a949b5
commit
abddd40c09
4 changed files with 84 additions and 5 deletions
|
|
@ -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>,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue