Files
jinshen-website/app/layouts/default.vue

13 lines
263 B
Vue

<template>
<el-container>
<el-header>
<jinshen-header />
</el-header>
<el-main>
<slot />
</el-main>
<el-footer>
<jinshen-footer />
</el-footer>
</el-container>
</template>