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);