Skip to content

Commit

Permalink
perf: update macro side
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaviilee committed Feb 11, 2024
1 parent 0c5a8c0 commit d71d204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/list/minirank.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</li>
</ul>
<ul class="u-list" v-else>
<li v-for="(item, j) in data" :key="j">
<li v-for="(item, j) in data" :key="j" :title="`${item.author}#${item.v}`">
<a
class="u-link"
:href="getMacroLink(item.pid, item.v)"
Expand Down

0 comments on commit d71d204

Please sign in to comment.