mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-24 08:46:15 -04:00
feat(page): home page layout
This commit is contained in:
parent
3db4f91c27
commit
57fd14a199
4 changed files with 65 additions and 3 deletions
|
@ -39,10 +39,15 @@ import {
|
|||
NMessageProvider,
|
||||
NPageHeader,
|
||||
NResult,
|
||||
NH3,
|
||||
NEllipsis,
|
||||
NTag,
|
||||
} from 'naive-ui';
|
||||
|
||||
const components = [
|
||||
NTag,
|
||||
NResult,
|
||||
NEllipsis,
|
||||
NPageHeader,
|
||||
NMessageProvider,
|
||||
NLayout,
|
||||
|
@ -50,6 +55,7 @@ const components = [
|
|||
NMenu,
|
||||
NDropdown,
|
||||
NH2,
|
||||
NH3,
|
||||
NP,
|
||||
NAlert,
|
||||
NTooltip,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue