vue3+ant+vben引用echarts
在main.ts中引用
import * as echarts from 'echarts';
app.config.globalProperties.$echarts = echarts;
页面中使用
import echarts from '/@/plugins/echarts/index';
或者
import { getCurrentInstance } from 'vue';
const echarts = getCurrentInstance().appContext.config.globalProperties.$echarts;

浙公网安备 33010602011771号