|
|
@@ -225,6 +225,8 @@ export default {
|
|
225
|
225
|
// navigating TO a single page
|
|
226
|
226
|
const path = to.fullPath.split('/').filter(p => p)
|
|
227
|
227
|
const hasSort = path.filter(fragment => Object.values(sortTypes).includes(fragment))
|
|
|
228
|
+ console.log('hasSort :', hasSort)
|
|
|
229
|
+ console.log('path :', path)
|
|
228
|
230
|
if (path.length < 1 && hasSort.length < 1) {
|
|
229
|
231
|
this._clearHero(this.$store)
|
|
230
|
232
|
this.loadPostData()
|