admin layout fluid

This commit is contained in:
hay-kot 2021-05-25 18:35:09 -07:00
commit 5546218851

View file

@ -1,10 +1,8 @@
<template>
<div>
<v-container>
<v-slide-x-transition hide-on-leave>
<router-view></router-view>
</v-slide-x-transition>
</v-container>
<div class="pa-5">
<v-slide-x-transition hide-on-leave>
<router-view></router-view>
</v-slide-x-transition>
</div>
</template>