添加naive ui的进度条

This commit is contained in:
alex li
2022-06-11 23:53:01 +08:00
parent a84e922bc6
commit 6b913545db
5 changed files with 193 additions and 1 deletions
+1 -1
View File
@@ -4,4 +4,4 @@ import Lines from './Lines'
import Mores from './Mores'
import Maps from './Maps'
export const ChartList = [...Bars, ...Pies, ...Lines, ...Maps , ...Mores]
export const ChartList = [...Bars, ...Pies, ...Lines, ...Maps, ...Mores]