From f1300c77495e1dd1f6a6fc17420bc078969ec458 Mon Sep 17 00:00:00 2001 From: pipipi-pikachu Date: Mon, 1 Nov 2021 15:06:17 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=9B=BE=E8=A1=A8=E7=BC=A9=E7=95=A5?= =?UTF-8?q?=E5=9B=BE=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/icon.ts | 4 -- src/views/Editor/Thumbnails/index.vue | 6 +- .../element/ChartElement/BaseChartElement.vue | 62 +++++++------------ .../ChartElement/ScreenChartElement.vue | 54 +++------------- 4 files changed, 36 insertions(+), 90 deletions(-) diff --git a/src/plugins/icon.ts b/src/plugins/icon.ts index b599ec62..c97a7ef4 100644 --- a/src/plugins/icon.ts +++ b/src/plugins/icon.ts @@ -179,12 +179,8 @@ export default { // 图表 app.component('IconChartHistogram', ChartHistogram) - app.component('IconChartHistogramOne', ChartHistogramOne) app.component('IconChartLine', ChartLine) - app.component('IconChartLineArea', ChartLineArea) - app.component('IconChartScatter', ChartScatter) app.component('IconChartPie', ChartPie) - app.component('IconChartRing', ChartRing) // 其他 app.component('IconPlayOne', PlayOne) diff --git a/src/views/Editor/Thumbnails/index.vue b/src/views/Editor/Thumbnails/index.vue index b6940fba..aa27a1bb 100644 --- a/src/views/Editor/Thumbnails/index.vue +++ b/src/views/Editor/Thumbnails/index.vue @@ -44,10 +44,11 @@ - -