mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
fix(web/addToBookShelfConfirm): set ElMessageBox.closeOnHashChange to false
This commit is contained in:
@@ -20,8 +20,8 @@ import { useSourceStore } from "@/store";
|
||||
const store = useSourceStore();
|
||||
|
||||
const current_tab = computed({
|
||||
get:() => store.currentTab,
|
||||
set:(val) => store.currentTab = val
|
||||
get: () => store.currentTab,
|
||||
set: (val) => (store.currentTab = val),
|
||||
});
|
||||
|
||||
const tabData = ref([
|
||||
|
||||
Reference in New Issue
Block a user