创建登录页面。

This commit is contained in:
2022-12-29 00:37:02 +08:00
parent 6d9fb30bbd
commit d52055a0ae
6 changed files with 222 additions and 9 deletions

View File

@@ -18,6 +18,13 @@ import {
NLayoutSider,
NMenu,
NScrollbar,
NForm,
NFormItem,
NInput,
NRow,
NCol,
NMessageProvider,
NCard,
} from 'naive-ui'
const naive = create({
@@ -30,6 +37,13 @@ const naive = create({
NLayoutSider,
NMenu,
NScrollbar,
NForm,
NFormItem,
NInput,
NRow,
NCol,
NMessageProvider,
NCard,
],
})