@@ -71,7 +71,10 @@ export default {
}, 500)
},
activated () {
- if (!this.$route.meta.isUseCache) {
+ if (this.$route.meta.isUseCache) {
+ if (this.scroll) {
+ this.scroll.refresh()
+ }
}
methods: {