fix: 新增图表列表数据

This commit is contained in:
MTrun
2022-01-13 16:20:25 +08:00
parent 24c649d19f
commit f243dbdd55
10 changed files with 120 additions and 43 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import type { App } from 'vue'
import { Skeleton } from '@/components/Skeleton'
/**
* 全局注册自定义组件 待完善
* 全局注册自定义组件
* @param app
*/
export function setupCustomComponents(app: App) {