Feature: 添加Layout布局
This commit is contained in:
10
app/layouts/default.vue
Normal file
10
app/layouts/default.vue
Normal file
@ -0,0 +1,10 @@
|
||||
<template>
|
||||
<el-container>
|
||||
<el-header>
|
||||
<jinshen-header />
|
||||
</el-header>
|
||||
<el-main>
|
||||
<slot />
|
||||
</el-main>
|
||||
</el-container>
|
||||
</template>
|
||||
Reference in New Issue
Block a user