web书架: 判断同步的阅读宽度是否超出当前设备
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user