feat: 新增顶部功能

This commit is contained in:
MTrun
2022-01-05 20:52:49 +08:00
parent 1031d3e248
commit f00935d795
9 changed files with 126 additions and 13 deletions
+5 -3
View File
@@ -5,13 +5,14 @@
<template #left>
<HeaderLeftBtn />
</template>
<template #center>
<HeaderTitle />
</template>
<template #ri-left>
<HeaderRightBtn />
</template>
</HeaderPro>
<n-layout-content>
</n-layout-content>
<n-layout-content> </n-layout-content>
</n-layout>
</div>
</template>
@@ -20,6 +21,7 @@
import { HeaderPro } from '@/layout/components/HeaderPro'
import { HeaderLeftBtn } from './layout/components/HeaderLeftBtn/index'
import { HeaderRightBtn } from './layout/components/HeaderRightBtn/index'
import { HeaderTitle } from './layout/components/HeaderTitle/index'
</script>
<style lang="scss" scoped>