This commit is contained in:
2024-01-22 17:33:01 +08:00
parent 372a23b7e7
commit 7591b065d3
7 changed files with 87 additions and 28 deletions

View File

@@ -16,6 +16,7 @@ import {
NInputNumber,
NPopover,
NTag,
NModal,
} from "naive-ui"
import App from "./App.vue"
import "normalize.css"
@@ -37,6 +38,8 @@ const naive = create({
NInputNumber,
NPopover,
NTag,
NModal,
NInput,
],
})