File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
packages/vuepress-theme-reco/components Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11<template >
22 <div
3- class =" abstract-item" >
3+ class =" abstract-item"
4+ @click.self =" $router.push(item.path)" >
45 <i v-if =" item.frontmatter.sticky" class =" iconfont reco-sticky" ></i >
56 <div class =" title" >
67 <i v-if =" item.frontmatter.keys" class =" iconfont reco-lock" ></i >
@@ -36,6 +37,7 @@ export default {
3637 box-sizing : border-box ;
3738 transition all .3s
3839 background-color var (-- background-color )
40+ cursor : pointer
3941 .reco-sticky
4042 position absolute
4143 top 0
Original file line number Diff line number Diff line change 2525 :key =" subIndex"
2626 class =" tag-item"
2727 :class =" { 'active': currentTag == subItem }"
28- @click =" goTags(subItem)" >{{subItem}}</span >
28+ @click.stop =" goTags(subItem)" >{{subItem}}</span >
2929 </i >
3030 </div >
3131</template >
You can’t perform that action at this time.
0 commit comments