Skip to content

Commit

Permalink
fix: wujie macro desc display none
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaviilee committed Jul 23, 2024
1 parent b92aee0 commit e69b4c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/Single.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
</template>
<template v-else>
<el-divider content-position="left" v-if="item.sq && item.sq.length">武学序列</el-divider>
<div class="u-usage" v-if="item.desc">{{ item.desc }}</div>
<div class="u-macro macro-box" :class="{ withUsage: item.desc }" v-if="item.sq && item.sq.length">
<ul class="m-skills-list">
<li v-for="(skill, index) in item.sq" :key="skill.SkillID + '' + index" class="m-skill">
Expand Down

0 comments on commit e69b4c1

Please sign in to comment.