We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d919e commit 978e744Copy full SHA for 978e744
packages/vuepress-theme-reco/components/NoteAbstractItem.vue
@@ -1,6 +1,7 @@
1
<template>
2
<div
3
- class="abstract-item">
+ class="abstract-item"
4
+ @click="$router.push(item.path)">
5
<i v-if="item.frontmatter.sticky" class="iconfont reco-sticky"></i>
6
<div class="title">
7
<i v-if="item.frontmatter.keys" class="iconfont reco-lock"></i>
@@ -36,6 +37,7 @@ export default {
36
37
box-sizing: border-box;
38
transition all .3s
39
background-color var(--background-color)
40
+ cursor: pointer
41
.reco-sticky
42
position absolute
43
top 0
0 commit comments