Merge pull request #3596 from newzeble/master

Update BookShelf.vue
This commit is contained in:
Horis
2024-01-20 10:14:16 +08:00
committed by GitHub
+1
View File
@@ -131,6 +131,7 @@ const searchBook = () => {
API.search(
search.value,
(data) => {
closeLoading();
try {
store.setSearchBooks(JSON.parse(data));
store.searchBooks.forEach((item) => books.value.push(item));