feat(page): home page layout

This commit is contained in:
Corentin Thomasset 2022-04-05 23:23:08 +02:00
parent 3db4f91c27
commit 57fd14a199
No known key found for this signature in database
GPG key ID: DBD997E935996158
4 changed files with 65 additions and 3 deletions

View file

@ -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,