mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
update vue3.3
web编辑 修正筛选删除导出逻辑
This commit is contained in:
@@ -27,9 +27,12 @@ const store = useSourceStore();
|
||||
const printDebug = ref("");
|
||||
const searchKey = ref("");
|
||||
|
||||
watch(() => store.isDebuging, () => {
|
||||
if (store.isDebuging) startDebug();
|
||||
});
|
||||
watch(
|
||||
() => store.isDebuging,
|
||||
() => {
|
||||
if (store.isDebuging) startDebug();
|
||||
}
|
||||
);
|
||||
|
||||
const appendDebugMsg = (msg) => {
|
||||
let debugDom = document.querySelector("#debug-text");
|
||||
|
||||
Reference in New Issue
Block a user