Skip to content

Commit

Permalink
perf: update wujie skill
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaviilee committed Jul 7, 2024
1 parent ef8c95a commit 98eba76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/publish_wujie_skill.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</div>
<div class="m-skills">
<div class="m-skill" v-for="(skill, index) in formatSkill(wujie_data.common)" :key="index" @click="selectSkill(skill)">
<div class="u-skill" v-if="skill && skill.IconID">
<div class="u-skill is-wujie" v-if="skill && skill.IconID">
<img class="u-skill-icon" :src="iconLink(skill.IconID)" :alt="skill.IconID" />
<span class="u-name" :title="skill.Name">{{ skill.Name }}</span>
</div>
Expand Down

0 comments on commit 98eba76

Please sign in to comment.