fix(web/addToBookShelfConfirm): set ElMessageBox.closeOnHashChange to false

This commit is contained in:
Xwite
2024-10-05 08:26:57 +08:00
parent bbc944c95f
commit a7f9553bc9
2 changed files with 45 additions and 47 deletions
@@ -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([