fix router transition warning
This commit is contained in:
parent
958f5857fd
commit
8997ece6d6
1 changed files with 7 additions and 2 deletions
|
@ -97,8 +97,13 @@ onMounted(async () => {
|
||||||
#main-entry(
|
#main-entry(
|
||||||
v-if='acknowledged'
|
v-if='acknowledged'
|
||||||
)
|
)
|
||||||
Transition
|
router-view(
|
||||||
router-view
|
v-slot='{ Component }'
|
||||||
|
)
|
||||||
|
Transition
|
||||||
|
component(
|
||||||
|
:is='Component'
|
||||||
|
)
|
||||||
#main-entry(
|
#main-entry(
|
||||||
v-else
|
v-else
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue