-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
请确认
- 我可以确认这个问题无法在 ECharts 项目本身中复现。
您是如何将 Vue-ECharts 引入项目的?
通过 ES 模块 import
版本信息
+-- [email protected]
| +-- [email protected]
| +-- [email protected]
| `-- [email protected]
问题详情
Line 26 in e224c49
export type Option = EChartsOption; |
https://github.com/apache/echarts/blob/master/src/export/core.ts#L96-L113
[key in GetMainType<OptionUnion>]?: Arrayable<ExtractComponentOption<OptionUnion, key>>
The purpose of this code is to retrieve the option type for a specific component in EChartsOption. However, due to the type inference, the code produces the following inference result
[x: string]: unknown
[x: number]: unknown
问题复现
radusuciu and kingyue737tansan-dev
Metadata
Metadata
Assignees
Labels
No labels