fix
This commit is contained in:
parent
453596e6bf
commit
dbb2efe45c
|
@ -1146,8 +1146,6 @@ onMounted(() => {
|
||||||
throw new Error(`Duplicate bindTo setting : [${bindToList.join(',')}]}]`);
|
throw new Error(`Duplicate bindTo setting : [${bindToList.join(',')}]}]`);
|
||||||
}
|
}
|
||||||
|
|
||||||
refreshData();
|
|
||||||
|
|
||||||
if (rootEl.value) {
|
if (rootEl.value) {
|
||||||
resizeObserver.observe(rootEl.value);
|
resizeObserver.observe(rootEl.value);
|
||||||
|
|
||||||
|
@ -1158,6 +1156,8 @@ onMounted(() => {
|
||||||
state.value = 'hidden';
|
state.value = 'hidden';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
refreshData();
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue