From a46c511f1f7f99554536220dff7c00d7b13ab318 Mon Sep 17 00:00:00 2001 From: LiuHao Date: Sun, 18 Jun 2023 22:31:35 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E6=96=B0=E5=A2=9EElScrollbarInstance?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc-auto-import.json | 1 + src/layout/components/IframeToggle/index.vue | 2 +- src/layout/components/TagsView/ScrollPane.vue | 13 ++++++------- src/types/element.d.ts | 1 + 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.eslintrc-auto-import.json b/.eslintrc-auto-import.json index 4dbaa2c..a6661b6 100644 --- a/.eslintrc-auto-import.json +++ b/.eslintrc-auto-import.json @@ -26,6 +26,7 @@ "ElDatePickerInstance": true, "ElTimePickerInstance": true, "ElTimeSelectInstance": true, + "ElScrollbarInstance": true, "ElCascaderInstance": true, "ElColorPickerInstance": true, "ElRateInstance": true, diff --git a/src/layout/components/IframeToggle/index.vue b/src/layout/components/IframeToggle/index.vue index 1a24ba6..9ffae00 100644 --- a/src/layout/components/IframeToggle/index.vue +++ b/src/layout/components/IframeToggle/index.vue @@ -16,4 +16,4 @@ import useTagsViewStore from '@/store/modules/tagsView'; const route = useRoute(); const tagsViewStore = useTagsViewStore() - \ No newline at end of file + diff --git a/src/layout/components/TagsView/ScrollPane.vue b/src/layout/components/TagsView/ScrollPane.vue index 64d9fdb..949e096 100644 --- a/src/layout/components/TagsView/ScrollPane.vue +++ b/src/layout/components/TagsView/ScrollPane.vue @@ -6,22 +6,21 @@