From 53abc69e3ac2f99bea1b3d2cc8311054ecf9d7cb Mon Sep 17 00:00:00 2001 From: chika3742 Date: Thu, 31 Aug 2023 21:12:35 +0900 Subject: [PATCH] =?UTF-8?q?fix(playground):=20expItemLineup=E3=81=AE?= =?UTF-8?q?=E3=83=97=E3=83=AD=E3=83=91=E3=83=86=E3=82=A3=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- playground/pages/material-card.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playground/pages/material-card.vue b/playground/pages/material-card.vue index 6d3a46d..6ddbc62 100644 --- a/playground/pages/material-card.vue +++ b/playground/pages/material-card.vue @@ -48,7 +48,7 @@ watch(loading, (_loading) => { { :exp-item-lineup="expItemLineup" :material-image="() => '/_nuxt/assets/img/test_small.webp'" :quantity="9000" - :rarity="(materialId) => expItemLineup.find(e => e.id === materialId)?.rarity ?? 3" + :rarity="(materialId) => expItemLineup.find(e => e.itemId === materialId)?.rarity ?? 3" bookmark-state="none" initial-selected-exp-item-id="expItem2" :bookmark-button-loading="loading"