From afcc0bf42c49499b85da8d20a43cf5556424c303 Mon Sep 17 00:00:00 2001 From: yuyongdong Date: Thu, 4 Jul 2024 00:02:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=BB=9A=E5=8A=A8=E7=BF=BB?= =?UTF-8?q?=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Dialogs/loadingDialog.vue | 10 +-- src/components/Dialogs/sellDialog.vue | 4 +- src/components/assets/collectibles.vue | 20 +++-- src/components/marketplace/mktContent.vue | 105 +++++++++++++++++----- src/views/MarketplaceView.vue | 28 ------ 5 files changed, 105 insertions(+), 62 deletions(-) diff --git a/src/components/Dialogs/loadingDialog.vue b/src/components/Dialogs/loadingDialog.vue index fd2c105..c85e8a6 100644 --- a/src/components/Dialogs/loadingDialog.vue +++ b/src/components/Dialogs/loadingDialog.vue @@ -16,9 +16,9 @@ import { ref, toRaw } from "vue"; const props = defineProps({ loadingDialogVisible: { - type: Boolean, - required: true, -}, + type: Boolean, + required: true, + }, }); const emit = defineEmits(['handleClose']) @@ -33,9 +33,9 @@ emit('handleClose')