From 2f389af834413b9018cad1b3ae977902386fb5da Mon Sep 17 00:00:00 2001 From: viarotel Date: Sat, 13 Jul 2024 22:11:12 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E2=99=BB=EF=B8=8F=20Improve=20code=20r?= =?UTF-8?q?obustness?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 1 - .../Device/components/BatchActions/Application/index.vue | 4 ++-- .../Device/components/BatchActions/FileManage/index.vue | 4 ++-- .../Device/components/BatchActions/Screenshot/index.vue | 4 ++-- .../Device/components/BatchActions/Shell/index.vue | 4 ++-- .../Device/components/ControlBar/Application/index.vue | 4 ++-- .../Device/components/ControlBar/FileManage/index.vue | 4 ++-- src/components/Preference/index.vue | 5 ----- src/utils/device/index.js | 4 ++-- src/utils/index.js | 4 ++-- 10 files changed, 16 insertions(+), 22 deletions(-) diff --git a/src/App.vue b/src/App.vue index 746ac26..5c388f5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -20,7 +20,6 @@ :is="item.component" v-if="isRender(item)" :ref="item.prop" - :re-render="reRender" /> diff --git a/src/components/Device/components/BatchActions/Application/index.vue b/src/components/Device/components/BatchActions/Application/index.vue index 6453d4f..0e820ba 100644 --- a/src/components/Device/components/BatchActions/Application/index.vue +++ b/src/components/Device/components/BatchActions/Application/index.vue @@ -7,7 +7,7 @@