We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
业务场景为一个list里有多份数据,v-for循环遍历后把数据传给自己封装的组件 <mpvue-echarts class="echart-pie" id="main" :ref="canvasId" :echarts="echarts" @onInit="initChart" :canvasId="canvasId" > 组件里再将每次传进来的canvasId 传给mpvue-echarts,但是每次都会报canvas_id in this page has already existed,id格式是pie_index,貌似是循环带来的问题,但是想不明白到底是哪
The text was updated successfully, but these errors were encountered:
No branches or pull requests
业务场景为一个list里有多份数据,v-for循环遍历后把数据传给自己封装的组件
<mpvue-echarts
class="echart-pie"
id="main"
:ref="canvasId"
:echarts="echarts"
@onInit="initChart"
:canvasId="canvasId"
>
组件里再将每次传进来的canvasId 传给mpvue-echarts,但是每次都会报canvas_id in this page has already existed,id格式是pie_index,貌似是循环带来的问题,但是想不明白到底是哪
The text was updated successfully, but these errors were encountered: