fix Bug or add example

This commit is contained in:
Ah jung
2021-07-21 18:33:02 +08:00
parent 54e68db0c2
commit fa8b33acbe
32 changed files with 1096 additions and 287 deletions

View File

@@ -61,7 +61,8 @@ import {
NLoadingBarProvider,
NModal,
NUpload,
NTree
NTree,
NSpin
} from 'naive-ui'
const naive = create({
@@ -126,7 +127,8 @@ const naive = create({
NLoadingBarProvider,
NModal,
NUpload,
NTree
NTree,
NSpin
]
})