From 9ce8e5faeef882b5637147b08144e8f04e8ad5ce Mon Sep 17 00:00:00 2001 From: wangyaqi Date: Thu, 23 Nov 2023 16:02:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E9=83=A8=E5=88=86?= =?UTF-8?q?=E5=86=99=E6=B3=95=E5=85=BC=E5=AE=B9web=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/enum-data/enum-data.uts | 1 + components/enum-data/enum-data.vue | 9 +- pages/component/button/button.uvue | 2 +- pages/component/list-view/list-view.uvue | 2 +- pages/component/progress/progress.uvue | 2 +- pages/component/textarea/textarea.uvue | 2 +- pages/component/view/view.uvue | 125 ++++++++++++----------- 7 files changed, 74 insertions(+), 69 deletions(-) create mode 100644 components/enum-data/enum-data.uts diff --git a/components/enum-data/enum-data.uts b/components/enum-data/enum-data.uts new file mode 100644 index 00000000..e752fc5d --- /dev/null +++ b/components/enum-data/enum-data.uts @@ -0,0 +1 @@ +export type ItemType = { value : number; name : string } \ No newline at end of file diff --git a/components/enum-data/enum-data.vue b/components/enum-data/enum-data.vue index 2183d613..09d3a527 100644 --- a/components/enum-data/enum-data.vue +++ b/components/enum-data/enum-data.vue @@ -1,7 +1,6 @@ + } + \ No newline at end of file -- GitLab