feat: 🎸 新增固定一级菜单配置

This commit is contained in:
陈凯龙
2021-03-29 17:40:04 +08:00
parent 62eeb55330
commit 4c4903e806
25 changed files with 362 additions and 59 deletions

View File

@@ -1,16 +0,0 @@
<template>
<el-backtop
target=".main__wrap--content .el-scrollbar__wrap"
:bottom="100"
/>
</template>
<script lang="ts">
import { defineComponent } from 'vue'
export default defineComponent({
name: 'Backtop'
})
</script>
<style>
</style>