mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-28 05:39:34 +08:00
fix(charts): fix echarts does not display after refresh #140
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
|
||||
import { basicProps } from './props';
|
||||
export default defineComponent({
|
||||
name: 'AnalysisLine',
|
||||
props: basicProps,
|
||||
setup() {
|
||||
const chartRef = ref<HTMLDivElement | null>(null);
|
||||
|
Reference in New Issue
Block a user