fix Bug or add example

This commit is contained in:
Ah jung
2021-07-16 17:41:11 +08:00
parent a6aa6d4d6d
commit b4857a7559
27 changed files with 780 additions and 304 deletions

View File

@@ -56,7 +56,10 @@ import {
NResult,
NDescriptions,
NDescriptionsItem,
NTable
NTable,
NInputNumber,
NLoadingBarProvider,
NModal
} from 'naive-ui'
const naive = create({
@@ -116,7 +119,10 @@ const naive = create({
NResult,
NDescriptions,
NDescriptionsItem,
NTable
NTable,
NInputNumber,
NLoadingBarProvider,
NModal
]
})