fix: 🐛 混合模式跳转首页问题修复
This commit is contained in:
@@ -12,13 +12,11 @@
|
||||
>
|
||||
{{ translateRouteTitle(tag.title) }}
|
||||
|
||||
<span class="inline-block rounded-full">
|
||||
<i-ep-close
|
||||
size="12px"
|
||||
v-if="!isAffix(tag)"
|
||||
@click.prevent.stop="closeSelectedTag(tag)"
|
||||
/>
|
||||
</span>
|
||||
<i-ep-close
|
||||
size="12px"
|
||||
v-if="!isAffix(tag)"
|
||||
@click.prevent.stop="closeSelectedTag(tag)"
|
||||
/>
|
||||
</router-link>
|
||||
</scroll-pane>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user