Compare commits
2 Commits
develop
...
feature/1.
Author | SHA1 | Date | |
---|---|---|---|
|
96a879d0ac | ||
|
50ec3e8a4b |
@ -65,8 +65,8 @@ export default {
|
||||
},
|
||||
|
||||
mounted () {
|
||||
this.recoShow = true
|
||||
this._setPage(this._getStoragePage())
|
||||
this.recoShow = true
|
||||
},
|
||||
|
||||
methods: {
|
||||
@ -90,6 +90,11 @@ export default {
|
||||
_getTimeNum (date) {
|
||||
return parseInt(new Date(date.frontmatter.date).getTime())
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
$route () {
|
||||
this._setPage(this._getStoragePage())
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
@ -52,8 +52,8 @@ export default {
|
||||
},
|
||||
|
||||
mounted () {
|
||||
this.recoShow = true
|
||||
this._setPage(this._getStoragePage())
|
||||
this.recoShow = true
|
||||
},
|
||||
|
||||
methods: {
|
||||
@ -76,6 +76,12 @@ export default {
|
||||
this.$page.currentPage = page
|
||||
this._setStoragePage(page)
|
||||
}
|
||||
},
|
||||
|
||||
watch: {
|
||||
$route () {
|
||||
this._setPage(this._getStoragePage())
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
@ -76,4 +76,4 @@ export default {
|
||||
sessionStorage.setItem('currentPage', JSON.stringify({ page, path }))
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vuepress-theme-reco",
|
||||
"version": "1.1.2",
|
||||
"version": "1.1.4",
|
||||
"description": "A simple and beautiful vuepress Blog & Doc theme.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
Loading…
Reference in New Issue
Block a user