Update BookShelf.vue

This commit is contained in:
newzeble
2023-12-20 12:40:51 +08:00
committed by GitHub
parent 41ca353d50
commit a002af509c
+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));