fix: Fix the apps store docker status error (#9217)

This commit is contained in:
igophper 2025-06-23 13:44:09 +08:00 committed by GitHub
parent cf230ca6e7
commit 17c685bc4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
<template>
<div>
<docker-status v-model:isActive="isActive" v-model:isExist="isExist" @search="search" />
<LayoutContent v-loading="loading" v-if="isExist" :title="$t('app.app', 2)">
<docker-status v-model:isActive="isActive" v-model:isExist="isExist" />
<LayoutContent v-loading="loading" v-if="isExist" :class="{ mask: !isActive }" :title="$t('app.app', 2)">
<template #search>
<Tags @change="changeTag" />
</template>