Move default classes
This commit is contained in:
parent
d2177b7531
commit
61461fd0b8
2 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,8 @@
|
|||
<template>
|
||||
<div id="app" class="flex flex-col flex-1">
|
||||
<router-view class="flex flex-col flex-1"></router-view>
|
||||
<div id="app" class="min-h-screen antialiased bg-gray-200 font-sans flex flex-col flex-1">
|
||||
<div class="flex flex-col flex-1">
|
||||
<router-view class="flex flex-col flex-1"></router-view>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
Reference in a new issue