修复web阅读上下方向键二段跳的问题

This commit is contained in:
StanHustler
2023-09-23 20:28:28 +08:00
committed by Strato69
parent 47143fee0c
commit 507fee2359
4 changed files with 16 additions and 5 deletions
+1 -3
View File
@@ -3,11 +3,9 @@
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {}
declare module '@vue/runtime-core' {
declare module 'vue' {
export interface GlobalComponents {
BookItems: typeof import('./components/BookItems.vue')['default']
CatalogItem: typeof import('./components/CatalogItem.vue')['default']