This commit is contained in:
Horis
2023-05-11 13:55:19 +08:00
parent d77b527327
commit 7b2c7e2dbe
11 changed files with 103 additions and 60 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ const store = useSourceStore();
const printDebug = ref("");
const searchKey = ref("");
watchEffect(() => {
watch(() => store.isDebuging, () => {
if (store.isDebuging) startDebug();
});