This commit is contained in:
Ah jung
2021-07-17 16:24:49 +08:00
parent 3cb7a7f54f
commit 770d39871a
5 changed files with 41 additions and 60 deletions

View File

@@ -59,7 +59,8 @@ import {
NTable,
NInputNumber,
NLoadingBarProvider,
NModal
NModal,
NUpload
} from 'naive-ui'
const naive = create({
@@ -122,7 +123,8 @@ const naive = create({
NTable,
NInputNumber,
NLoadingBarProvider,
NModal
NModal,
NUpload
]
})