LudanArch commented on issue #20406:
URL: https://github.com/apache/echarts/issues/20406#issuecomment-2544909244

   按需引入
   import { EChartsType } from 'echarts/core';
   import * as echarts from "echarts/core";
   全部导入
   import { EChartsType } from 'echarts';
   import * as echarts from "echarts";
   
   这样就不报错了


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to