feat(modules/web): 支持网络字体

close #4210
This commit is contained in:
Xwite
2024-09-29 20:03:37 +08:00
parent bf91a6f206
commit 82bf7e709e
4 changed files with 62 additions and 7 deletions
+3 -1
View File
@@ -3,9 +3,11 @@
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {}
declare module 'vue' {
declare module '@vue/runtime-core' {
export interface GlobalComponents {
BookItems: typeof import('./components/BookItems.vue')['default']
CatalogItem: typeof import('./components/CatalogItem.vue')['default']