From 7c265ec2ad314bd14cabf2535900c74a9d849f59 Mon Sep 17 00:00:00 2001 From: yuyongdong Date: Fri, 28 Jun 2024 10:43:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/components.d.ts b/components.d.ts index ca0393d..0e86677 100644 --- a/components.d.ts +++ b/components.d.ts @@ -35,6 +35,7 @@ declare module 'vue' { Gold: typeof import('./src/components/common/searchView/gold.vue')['default'] Hanging: typeof import('./src/components/assets/hanging.vue')['default'] HangingCard: typeof import('./src/components/common/hangingCard.vue')['default'] + 'HangingCard copy': typeof import('./src/components/common/hangingCard copy.vue')['default'] Hero: typeof import('./src/components/common/searchView/hero.vue')['default'] HeroCard: typeof import('./src/components/home/HeroCard.vue')['default'] HeroWeaponChipSelector: typeof import('./src/components/home/HeroWeaponChipSelector.vue')['default']