From a248e20013d83c4acf01b45816588cd9cf4b8fbd Mon Sep 17 00:00:00 2001 From: vben Date: Tue, 26 Oct 2021 01:19:51 +0800 Subject: [PATCH] chore: fix type --- src/components/CardList/src/CardList.vue | 6 ++--- .../Form/src/hooks/useFormEvents.ts | 2 +- .../src/components/editable/EditableCell.vue | 2 +- src/components/Tree/src/Tree.vue | 2 +- src/hooks/web/useCopyToClipboard.ts | 2 +- .../setting/components/SettingFooter.vue | 2 +- src/utils/file/download.ts | 27 +++++++++---------- src/utils/http/axios/Axios.ts | 2 ++ src/utils/http/axios/helper.ts | 2 +- 9 files changed, 23 insertions(+), 24 deletions(-) diff --git a/src/components/CardList/src/CardList.vue b/src/components/CardList/src/CardList.vue index 310bed89f..b4a207966 100644 --- a/src/components/CardList/src/CardList.vue +++ b/src/components/CardList/src/CardList.vue @@ -1,10 +1,10 @@