This commit is contained in:
2024-01-23 14:36:21 +08:00
parent d37c124c5a
commit 946ec691af
16 changed files with 198 additions and 45 deletions

View File

@@ -8,7 +8,6 @@ import {
NLayoutContent,
NLayoutHeader,
NSelect,
NSpace,
NSplit,
NFlex,
NIcon,
@@ -17,6 +16,9 @@ import {
NPopover,
NTag,
NModal,
NTabs,
NTabPane,
NDropdown,
} from "naive-ui"
import App from "./App.vue"
import "normalize.css"
@@ -29,7 +31,6 @@ const naive = create({
NLayout,
NLayoutHeader,
NLayoutContent,
NSpace,
NInput,
NSelect,
NSplit,
@@ -40,6 +41,9 @@ const naive = create({
NTag,
NModal,
NInput,
NTabs,
NTabPane,
NDropdown,
],
})