mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-06-25 19:59:24 +08:00
chore(editor): 删除调试信息
This commit is contained in:
parent
fb7bac8bfd
commit
8dcff6b731
@ -149,7 +149,6 @@ const tree = ref<InstanceType<typeof TMagicTree>>();
|
|||||||
|
|
||||||
defineExpose({
|
defineExpose({
|
||||||
filter(val: string) {
|
filter(val: string) {
|
||||||
debugger;
|
|
||||||
tree.value?.filter(val);
|
tree.value?.filter(val);
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user