先下载echarts
npm install echarts --save
再建立组件TestChart.vue
还得onMounted
<template>
<div id="main" style="width: 750px; height: 400px;">
{
{
myChart }}
</div>
</template>
<script setup>
import {
ref, onMounted }
先下载echarts
npm install echarts --save
再建立组件TestChart.vue
还得onMounted
<template>
<div id="main" style="width: 750px; height: 400px;">
{
{
myChart }}
</div>
</template>
<script setup>
import {
ref, onMounted }