mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-11 12:56:10 +08:00
fix: Fixed frontend list loading failure issue
This commit is contained in:
parent
2417cc9eed
commit
b772effacd
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ const mobile = computed(() => {
|
|||
return globalStore.isMobile();
|
||||
});
|
||||
const tableRef = ref();
|
||||
const tableHeight = ref(0);
|
||||
const tableHeight = ref<number | string>('');
|
||||
const menuRef = ref<HTMLElement | null>(null);
|
||||
const leftSelect = ref(false);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue