vue3封装Echarts为Vue组件

一、创建Charts.vue组件 <template> <div class="container" ref="container"></div> </template> <script setup> import {onMounted, ref,defineProps,watch,toRefs}
posted on 2021-12-23 14:50  ShawYoi  阅读(1794)  评论(0编辑  收藏  举报