chore(editor): 删除调试信息

This commit is contained in:
roymondchen 2023-11-08 17:35:24 +08:00
parent fb7bac8bfd
commit 8dcff6b731

View File

@ -149,7 +149,6 @@ const tree = ref<InstanceType<typeof TMagicTree>>();
defineExpose({
filter(val: string) {
debugger;
tree.value?.filter(val);
},
});