缩减代码 去掉示例中无用的 slot="footer"

Former-commit-id: 1278ba413886c6d14fb950fd4f71b47880fab3be [formerly 1278ba413886c6d14fb950fd4f71b47880fab3be [formerly 1278ba413886c6d14fb950fd4f71b47880fab3be [formerly 1278ba413886c6d14fb950fd4f71b47880fab3be [formerly e00d73fd4a2af8b188808ef179cf216a01bd1dcd [formerly 740915a65bb3026522374bf96232908b19076cf7]]]]]
Former-commit-id: a77592ea3bd65774403a92981f42fefad3152707
Former-commit-id: f2c0a19e4475c09aa794963b2f0526d8abc203df
Former-commit-id: e6614173b8c84555d3af403b8798ac061645d110 [formerly f4e4a70714e058f6f7603fd0da2b51acef34d14b]
Former-commit-id: 92cb4f3595678b07468892be9e2b44073e91a42e
Former-commit-id: d8aa1a1ce90d353edbdc46680196fec486193a60
Former-commit-id: b0a97c8e7caaf45425067873d5accbb4c88c329d
Former-commit-id: d79733f1d6c84df34cb2c418661c0a248e2495da
Former-commit-id: 7a2548981507f7ba7cf174b09fe59c86319725b7
This commit is contained in:
FairyEver
2019-08-28 09:41:42 +08:00
parent 2936a6f121
commit 604cf8e8df
81 changed files with 340 additions and 266 deletions

View File

@@ -7,11 +7,9 @@
title="这个页面展示的是全部数据的存储结构,包括系统区域和存储区域,涵盖所有用户,也就是整个 D2Admin 的数据存储结构"/>
</template>
<d2-highlight :code="dbData"/>
<template slot="footer">
<el-button type="primary" @click="load">
重新获取本地数据
</el-button>
</template>
<el-button slot="footer" type="primary" @click="load">
重新获取本地数据
</el-button>
</d2-container>
</template>

View File

@@ -24,9 +24,12 @@
尝试激活主题 'err-theme'
</el-button>
</div>
<template slot="footer">
<el-button type="primary" size="small">当前激活主题 {{activeName}}</el-button>
</template>
<el-button
slot="footer"
type="primary"
size="small">
当前激活主题 {{activeName}}
</el-button>
</d2-container>
</template>