ref是可以scrollTop的,可能你的滚动元素找错了:<div ref="appMain"></div> this.$nextTick(() => { this.$refs.appMain.scrollTo(0, 0) })
ref是可以scrollTop的,可能你的滚动元素找错了: