mirror of
https://github.com/youzan/vant.git
synced 2026-01-14 06:03:45 +08:00
Revert "fix(Tabs): should scroll to current content when mounted (#7411)"
This reverts commit f504245074.
This commit is contained in:
@@ -189,7 +189,6 @@ export default createComponent({
|
||||
this.inited = true;
|
||||
this.tabHeight = getVisibleHeight(this.$refs.wrap);
|
||||
this.scrollIntoView(true);
|
||||
this.scrollToCurrentContent(true);
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user