mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-22 16:00:51 +00:00
fix: Fix docker status flicker issue (#9218)
This commit is contained in:
@@ -20,8 +20,8 @@ const prop = defineProps({
|
||||
});
|
||||
|
||||
const em = defineEmits(['search', 'mounted', 'update:is-active', 'update:is-exist', 'update:loading']);
|
||||
const isActive = ref();
|
||||
const isExist = ref();
|
||||
const isActive = ref(true);
|
||||
const isExist = ref(true);
|
||||
const loadStatus = async () => {
|
||||
em('update:loading', true);
|
||||
await loadDockerStatus()
|
||||
|
||||
Reference in New Issue
Block a user