vue echarts组件 option以及on事件设置

<template> <div ref="dom"></div> </template> <script> import echarts from 'echarts' import {on, off} from '@/libs/tools' export default { name: 'eChart', props: { option: { type: Obj
相关文章
相关标签/搜索