From 372810e19fe7b01ec804e5f4164bc546a0e81d22 Mon Sep 17 00:00:00 2001 From: IchliebedichZhu <54796446@qq.com> Date: Thu, 7 Mar 2024 14:55:05 +0000 Subject: [PATCH] feat: convert header options component to composition API --- .../common/ProgressLoading/index.vue | 2 +- src/views/components/CopyRight.vue | 13 +- src/views/components/HeaderOptions.vue | 245 ++++++++++-------- 3 files changed, 135 insertions(+), 125 deletions(-) diff --git a/src/components/common/ProgressLoading/index.vue b/src/components/common/ProgressLoading/index.vue index 2461455..16b5f55 100644 --- a/src/components/common/ProgressLoading/index.vue +++ b/src/components/common/ProgressLoading/index.vue @@ -24,7 +24,7 @@ type TProps = { percent: number text: string cancelText: string - msg: string + msg?: string } type TEmits = { diff --git a/src/views/components/CopyRight.vue b/src/views/components/CopyRight.vue index d0b6006..b3cbf67 100644 --- a/src/views/components/CopyRight.vue +++ b/src/views/components/CopyRight.vue @@ -13,19 +13,10 @@ -