feat: transaction framework
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
<template>
|
||||
<!-- <v-layout class=""> -->
|
||||
<v-layout style="min-height: 100%;">
|
||||
<!-- <p>desktop layout</p> -->
|
||||
<div>
|
||||
<!-- <div> -->
|
||||
<DesktopSideBar />
|
||||
<v-app-bar flat>
|
||||
<slot name="app-bar-container"></slot>
|
||||
</v-app-bar>
|
||||
<v-main class="bg-grey-lighten-4">
|
||||
<v-container>
|
||||
<v-main class="bg-grey-lighten-4 d-flex align-start justify-center">
|
||||
<v-container fluid>
|
||||
<slot />
|
||||
</v-container>
|
||||
</v-main>
|
||||
</div>
|
||||
<!-- </v-layout> -->
|
||||
<!-- </div> -->
|
||||
</v-layout>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user