摘要:
错误: 问题原因:安装包各个版本冲突解决办法:npm i --legacy-peer-deps 忽略各种报错命令npm i --legacy-peer-deps --ignore-scripts --registry=https://registry.npm.taobao.org 然后重新安装 np 阅读全文
摘要:
官网:https://uniapp.dcloud.net.cn/tutorial/renderjs.html#%E7%A4%BA%E4%BE%8B 使用renderjs 引入echarts (不支持小程序【支持app和H5】) 官网例子:https://ext.dcloud.net.cn/plugi 阅读全文