mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 新增顶部功能
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user