mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
admin layout fluid
This commit is contained in:
parent
911d207d92
commit
5546218851
1 changed files with 4 additions and 6 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue