fix(modules/web):fix vue warn

This commit is contained in:
Xwite
2024-10-02 21:38:39 +08:00
parent 4daa443fdf
commit ad5aa832f4
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ export const useBookStore = defineStore("book", {
state: () => {
return {
connectStatus: "正在连接后端服务器……",
connectType: "",
connectType: "primary",
newConnect: true,
/**@type {Array<{respondTime:number}>} */
searchBooks: [],