This commit is contained in:
samunohito 2024-02-07 19:57:21 +09:00
parent 453596e6bf
commit dbb2efe45c

View file

@ -1146,8 +1146,6 @@ onMounted(() => {
throw new Error(`Duplicate bindTo setting : [${bindToList.join(',')}]}]`);
}
refreshData();
if (rootEl.value) {
resizeObserver.observe(rootEl.value);
@ -1158,6 +1156,8 @@ onMounted(() => {
state.value = 'hidden';
}
}
refreshData();
});
</script>