Revert "fix(Tabs): should scroll to current content when mounted (#7411)"

This reverts commit f504245074fb0450ec69f5c64577be2716b80ac4.
This commit is contained in:
chenjiahan 2020-10-29 22:04:13 +08:00
parent 0cb55c33e0
commit 9be853f7ac

View File

@ -189,7 +189,6 @@ export default createComponent({
this.inited = true;
this.tabHeight = getVisibleHeight(this.$refs.wrap);
this.scrollIntoView(true);
this.scrollToCurrentContent(true);
});
},