fix: warn
gitea/hedera-web/pipeline/pr-beta This commit looks good
Details
gitea/hedera-web/pipeline/pr-beta This commit looks good
Details
This commit is contained in:
parent
ecfb6cc4eb
commit
242ea99e61
|
@ -4,9 +4,11 @@
|
|||
class="fullscreen row justify-center items-center layout-view scroll"
|
||||
>
|
||||
<QPageContainer class="column q-pa-md row items-center justify-center">
|
||||
<transition>
|
||||
<router-view />
|
||||
</transition>
|
||||
<router-view v-slot="{ Component }">
|
||||
<transition>
|
||||
<component :is="Component" />
|
||||
</transition>
|
||||
</router-view>
|
||||
</QPageContainer>
|
||||
</QLayout>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue