chore(modules/web): update dependencies

This commit is contained in:
Xwite
2024-10-01 16:24:27 +08:00
parent 933b499d87
commit 2ced4b7e1c
4 changed files with 41 additions and 23 deletions

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']