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
@@ -5,6 +5,7 @@ export type ConfigType = {
|
||||
key: string
|
||||
title: string
|
||||
category: string
|
||||
categoryName: string
|
||||
node: Component
|
||||
image: string | (() => Promise<typeof import('*.png')>)
|
||||
[T: string]: unknown
|
||||
|
||||
Reference in New Issue
Block a user