first commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<!-- <AuthLayout> -->
|
||||
<slot />
|
||||
<!-- </AuthLayout> -->
|
||||
</template>
|
||||
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<AppDrawer />
|
||||
<AppBar />
|
||||
<v-main>
|
||||
<slot />
|
||||
</v-main>
|
||||
<AppFooter />
|
||||
</template>
|
||||
Reference in New Issue
Block a user