mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 处理组件图片路径会报错的问题
This commit is contained in:
Vendored
+1
-1
@@ -22,7 +22,7 @@ export type ConfigType = {
|
||||
categoryName: string
|
||||
package: string
|
||||
chartFrame?: ChartFrameEnum
|
||||
image: string | (() => Promise<typeof import('*.png')>)
|
||||
image: string
|
||||
}
|
||||
|
||||
// 数据请求
|
||||
|
||||
Reference in New Issue
Block a user