From 8b32873baff95c739de050a600c79f6dc8609a25 Mon Sep 17 00:00:00 2001 From: William Chong Date: Thu, 22 Dec 2022 16:56:45 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20title=20and=20image=20preview?= =?UTF-8?q?=20in=20latest=20listing/purchase?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index.vue | 11 +++++++++++ pages/latest/purchase.vue | 12 ++++++++++++ 2 files changed, 23 insertions(+) diff --git a/pages/index.vue b/pages/index.vue index 0de27ce..8305155 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -18,6 +18,12 @@ #{{ i + 1 }}
+

{{ getClassMetadataById(item.class_id)?.name }}

+
Class ID:
NFT ID: @@ -43,12 +49,17 @@