From f812e99a0dc98cce48418bc1c989dbcaf616cc69 Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期一, 08 七月 2024 16:38:34 +0800 Subject: [PATCH] remove sub resultType --- ruoyi-ui/src/views/dashboard/LineChart.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-ui/src/views/dashboard/LineChart.vue b/ruoyi-ui/src/views/dashboard/LineChart.vue index 5b1ab1b..cd59f24 100644 --- a/ruoyi-ui/src/views/dashboard/LineChart.vue +++ b/ruoyi-ui/src/views/dashboard/LineChart.vue @@ -3,7 +3,7 @@ </template> <script> -import * as echarts from 'echarts'; +import * as echarts from 'echarts' require('echarts/theme/macarons') // echarts theme import resize from './mixins/resize' -- Gitblit v1.9.2