mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-13 09:28:14 +08:00
✏️ 类型修正
This commit is contained in:
@@ -5,8 +5,16 @@
|
||||
:name="`第${props.modelValue.id}间`"
|
||||
mode="level"
|
||||
/>
|
||||
<TuaDetailBattle title="上半" :model-value="props.modelValue.upBattle" />
|
||||
<TuaDetailBattle title="下半" :model-value="props.modelValue.downBattle" />
|
||||
<TuaDetailBattle
|
||||
v-if="props.modelValue.upBattle"
|
||||
title="上半"
|
||||
:model-value="props.modelValue.upBattle"
|
||||
/>
|
||||
<TuaDetailBattle
|
||||
v-if="props.modelValue.downBattle"
|
||||
title="下半"
|
||||
:model-value="props.modelValue.downBattle"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
<script lang="ts" setup>
|
||||
|
||||
Reference in New Issue
Block a user