修改了首页
This commit is contained in:
8
app/layouts/blank.vue
Normal file
8
app/layouts/blank.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<a-layout class="min-h-screen">
|
||||
<a-layout-content>
|
||||
<slot />
|
||||
</a-layout-content>
|
||||
</a-layout>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user