From 21755223e10b07faeb0e1723cf7894755dff6497 Mon Sep 17 00:00:00 2001 From: zhengkunwang <31820853+zhengkunwang223@users.noreply.github.com> Date: Thu, 14 Sep 2023 22:48:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E9=99=90=E5=88=B6?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E7=9A=84=E5=BA=94=E7=94=A8=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E5=9C=A8=E9=A6=96=E9=A1=B5=E8=BF=98=E8=83=BD=E7=BB=A7=E7=BB=AD?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E7=9A=84=E9=97=AE=E9=A2=98=20(#2295)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/home/app/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/home/app/index.vue b/frontend/src/views/home/app/index.vue index ac3e83074..3b9784a07 100644 --- a/frontend/src/views/home/app/index.vue +++ b/frontend/src/views/home/app/index.vue @@ -27,6 +27,7 @@ plain round size="small" + :disabled="app.limit == 1 && app.installed" @click="goInstall(app.key)" > {{ $t('app.install') }} @@ -57,7 +58,7 @@ let req = reactive({ }); let loading = ref(false); -let apps = ref([]); +let apps = ref([]); const acceptParams = (): void => { search(req);