We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f2cf9 commit 7b6ba26Copy full SHA for 7b6ba26
src/client/modules/home/home.view.vue
@@ -79,6 +79,7 @@ export default class Home extends Vue {
79
80
mounted() {
81
this.checkIfMobile();
82
+ window.scrollTo(0, 0);
83
window.addEventListener('resize', this.handleResize);
84
85
// 客户端平台检测
0 commit comments