mirror of
https://github.com/PhaseII-eAmusement-Network/PhaseWeb3-Vue.git
synced 2026-08-22 09:04:17 -05:00
This commit is contained in:
@@ -117,7 +117,10 @@ function downloadJSON() {
|
||||
|
||||
<template #item-chara="{ chara }">
|
||||
<div class="chara-wrapper w-[25px]">
|
||||
<img :src="`${GAME_ASSET_PATH}/chara/popn/${chara}.png`" width="80" />
|
||||
<img
|
||||
:src="`${GAME_ASSET_PATH}/chara/popn/${chara ? chara : 1}.png`"
|
||||
width="80"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user