mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-26 05:39:45 +08:00
🐛 修复部分内容不显示
This commit is contained in:
@@ -13,10 +13,10 @@
|
||||
</div>
|
||||
<div class="twom-bottom">
|
||||
<div class="twom-desc" v-html="parseHtmlText(props.data.description)" />
|
||||
<div class="twom-source" v-if="props.data.source.length > 1">
|
||||
<div class="twom-source" v-if="props.data.source.length > 0">
|
||||
<TwoSource :data="item" v-for="(item, index) in props.data.source" :key="index" />
|
||||
</div>
|
||||
<div class="twom-convert" v-if="props.data.convert.length > 1">
|
||||
<div class="twom-convert" v-if="props.data.convert.length > 0">
|
||||
<TwoConvert :data="item" v-for="(item, index) in props.data.convert" :key="index" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user