web书架: 判断同步的阅读宽度是否超出当前设备

This commit is contained in:
Xwite
2023-05-15 22:51:01 +08:00
parent ed803f0c94
commit de9d9c3562
13 changed files with 37 additions and 37 deletions
+1 -1
View File
@@ -49,7 +49,7 @@
</div>
</template>
<script setup>
import { dateFormat } from "../plugins/utils";
import { dateFormat } from "../utils/utils";
const props = defineProps(["books", "isSearch"]);
const emit = defineEmits(["bookClick"]);
const handleClick = (book) => emit("bookClick", book);