Skip to content

Commit

Permalink
fix icon linking issue (didi#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
kekeandzeyu committed Jan 14, 2025
1 parent 4a6dbf9 commit 1e2f622
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@
: ''
]"
>
<i class="iconfont" :class="[route.icon]"></i>
<a :href="href" @click="navigate"
><span>{{ route.text }}</span></a
>
<i class="iconfont" :class="[route.icon]"></i>
<span>{{ route.text }}</span></a
>
</div>
</router-link>
Expand Down

0 comments on commit 1e2f622

Please sign in to comment.