fix(charts): fix echarts does not display after refresh #140

This commit is contained in:
vben
2020-12-23 00:14:51 +08:00
parent f69aaeab5e
commit 5cbfb2a1f9
6 changed files with 37 additions and 35 deletions

View File

@@ -8,7 +8,6 @@
import { basicProps } from './props';
export default defineComponent({
name: 'AnalysisLine',
props: basicProps,
setup() {
const chartRef = ref<HTMLDivElement | null>(null);