This commit is contained in:
2024-01-22 14:00:43 +08:00
parent 275f49e54e
commit e7f09b4dcc
7 changed files with 138 additions and 50 deletions

View File

@@ -13,6 +13,7 @@ import {
NFlex,
NIcon,
NMessageProvider,
NInputNumber,
} from "naive-ui"
import App from "./App.vue"
import "normalize.css"
@@ -31,6 +32,7 @@ const naive = create({
NSplit,
NFlex,
NIcon,
NInputNumber
],
})