Update index.vue

This commit is contained in:
reco_luan 2019-01-24 14:50:09 +08:00 committed by GitHub
parent 7dbb477c0a
commit 8fda36cb43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {