Update index.vue
This commit is contained in:
parent
7dbb477c0a
commit
8fda36cb43
@ -103,7 +103,7 @@ export default {
|
||||
},
|
||||
|
||||
prev () {
|
||||
let prev = this.$page.frontmatter.prev
|
||||
const prev = this.$page.frontmatter.prev
|
||||
if (prev === false) {
|
||||
return
|
||||
} else if (prev) {
|
||||
@ -114,7 +114,7 @@ export default {
|
||||
},
|
||||
|
||||
next () {
|
||||
let next = this.$page.frontmatter.next
|
||||
const next = this.$page.frontmatter.next
|
||||
if (next === false) {
|
||||
return
|
||||
} else if (next) {
|
||||
|
Loading…
Reference in New Issue
Block a user