Feature: 添加Layout布局

This commit is contained in:
2025-08-14 13:30:32 +08:00
parent 3e32e0f59b
commit 2fa89460eb
5 changed files with 39 additions and 15 deletions

10
app/layouts/default.vue Normal file
View File

@ -0,0 +1,10 @@
<template>
<el-container>
<el-header>
<jinshen-header />
</el-header>
<el-main>
<slot />
</el-main>
</el-container>
</template>