Skip to content

Commit e685c26

Browse files
author
reco_luan
authored
Merge pull request #184 from chfree/patch-2
带回车的span内容,会在前面自动生成一个空格
2 parents 7cb0bc7 + e36041b commit e685c26

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/vuepress-theme-reco/components/PageInfo.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@
2525
:key="subIndex"
2626
class="tag-item"
2727
:class="{ 'active': currentTag == subItem }"
28-
@click="goTags(subItem)">
29-
{{subItem}}
30-
</span>
28+
@click="goTags(subItem)">{{subItem}}</span>
3129
</i>
3230
</div>
3331
</template>

0 commit comments

Comments
 (0)