From bc9193e6b5ec42f3dbda3732114bb0f2f205f6cc Mon Sep 17 00:00:00 2001 From: pipipi-pikachu Date: Wed, 9 Jun 2021 22:14:52 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E8=B0=83=E6=95=B4lodash=E5=BC=95?= =?UTF-8?q?=E5=85=A5=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ColorPicker/Saturation.vue | 3 +-- src/components/ColorPicker/index.vue | 2 +- src/hooks/useHistorySnapshot.ts | 3 +-- src/store/mutations.ts | 2 +- src/utils/common.ts | 2 +- src/utils/htmlParser/lexer.ts | 3 +-- src/views/Editor/Canvas/hooks/useSelectElement.ts | 2 +- src/views/Editor/Canvas/index.vue | 2 +- src/views/Editor/Toolbar/ElementPositionPanel.vue | 2 +- src/views/Screen/index.vue | 2 +- src/views/components/element/ChartElement/Chart.vue | 2 +- src/views/components/element/TableElement/EditableTable.vue | 3 +-- src/views/components/element/TextElement/index.vue | 2 +- 13 files changed, 13 insertions(+), 17 deletions(-) diff --git a/src/components/ColorPicker/Saturation.vue b/src/components/ColorPicker/Saturation.vue index a86a6677..e45abdbe 100644 --- a/src/components/ColorPicker/Saturation.vue +++ b/src/components/ColorPicker/Saturation.vue @@ -21,8 +21,7 @@