Page 1 of 1

Ray开发面板小程序 使用RJS引入echarts插件编译报错

Posted: 2024年 May 28日 10:05
by solex_dev

-引用案例: 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');

Re: Ray开发面板小程序 使用RJS引入echarts插件编译报错

Posted: 2024年 May 28日 14:18
by noyobo

无法从帖子内容得到有效的信息

请参考 https://github.com/Tuya-Community/tuya- ... yRjsPlugin 项目使用


Re: Ray开发面板小程序 使用RJS引入echarts插件编译报错

Posted: 2024年 May 28日 15:16
by solex_dev
noyobo 2024年 May 28日 14:18

无法从帖子内容得到有效的信息

请参考 https://github.com/Tuya-Community/tuya- ... yRjsPlugin 项目使用

就是使用的该案例,但是会报错,无法渲染出图表。