Ray开发面板小程序 使用RJS引入echarts插件编译报错
Posted: 2024年 May 28日 10:05
-引用案例: rayRjsPlugin
- 基础库版本:2.18.4
- @ray-js/ray:1.4.45 @ray-js/panel-sdk :1.10.0 echarts :5.5.0
- 相关代码:usingPlugins: ['rjs://echarts']
Code: Select all
- 日志信息:[View] Uncaught (in promise) Event {isTrusted: true, type: 'error', target: script, currentTarget: null, eventPhase: 0, …}
- 问题描述(复现步骤):在rjs文件中引入echarts失败,const echarts = await requirePlugin('rjs://echarts');