调整布局。

This commit is contained in:
2022-12-27 18:11:19 +08:00
parent 2aa382b863
commit e49e21f841
5 changed files with 214 additions and 4 deletions

View File

@@ -11,10 +11,26 @@ import {
create,
// component
NButton,
NLayout,
NLayoutHeader,
NLayoutContent,
NLayoutFooter,
NLayoutSider,
NMenu,
NScrollbar,
} from 'naive-ui'
const naive = create({
components: [NButton],
components: [
NButton,
NLayout,
NLayoutHeader,
NLayoutContent,
NLayoutFooter,
NLayoutSider,
NMenu,
NScrollbar,
],
})
const app = createApp(App)