remove debuggger;

This commit is contained in:
2025-01-23 14:09:05 +08:00
parent a8754d7925
commit 6bd86ae92c

View File

@@ -69,7 +69,6 @@ watch(
() => tableOptions.value, () => tableOptions.value,
() => { () => {
if (!props.table.table) return; if (!props.table.table) return;
debugger
componentKey.value += 1; componentKey.value += 1;
}, },
{ {