From e584bbf71205d9493c065c5b32e2daa75200a1b1 Mon Sep 17 00:00:00 2001 From: yuyongdong Date: Sat, 29 Jun 2024 13:37:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8F=90=E7=A4=BA=E8=AF=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.d.ts | 2 +- src/components/Dialogs/buyDialog.vue | 15 ++++++----- src/components/Dialogs/sellDialog.vue | 6 +++-- src/components/assets/card.vue | 39 +++------------------------ src/components/cart/index.vue | 13 ++++----- src/components/chain/Market.js | 3 +++ src/components/common/card.vue | 10 ++++--- src/main.js | 5 ++-- 8 files changed, 37 insertions(+), 56 deletions(-) diff --git a/components.d.ts b/components.d.ts index 2b72b6d..aeb2ceb 100644 --- a/components.d.ts +++ b/components.d.ts @@ -37,7 +37,6 @@ 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'] @@ -48,6 +47,7 @@ declare module 'vue' { LatestNew: typeof import('./src/components/about/LatestNew.vue')['default'] Layout: typeof import('./src/components/layout/index.vue')['default'] LoadingDialog: typeof import('./src/components/Dialogs/loadingDialog.vue')['default'] + MessageDialog: typeof import('./src/components/Dialogs/messageDialog.vue')['default'] MktContent: typeof import('./src/components/marketplace/mktContent.vue')['default'] MktHeader: typeof import('./src/components/marketplace/mktHeader.vue')['default'] NavBar: typeof import('./src/components/layout/NavBar.vue')['default'] diff --git a/src/components/Dialogs/buyDialog.vue b/src/components/Dialogs/buyDialog.vue index fdfd735..f60919c 100644 --- a/src/components/Dialogs/buyDialog.vue +++ b/src/components/Dialogs/buyDialog.vue @@ -59,10 +59,11 @@