fix: update

This commit is contained in:
Fine 2024-01-18 11:27:26 +08:00
parent ad2ae558cd
commit 4f8cb9076a

View File

@ -186,7 +186,9 @@ limitations under the License. -->
if (!props.calls.length) {
return;
}
init();
setTimeout(() => {
init();
}, 10);
},
);
</script>