From 9be853f7ace6d17445f71efafc99d3f08202d097 Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Thu, 29 Oct 2020 22:04:13 +0800 Subject: [PATCH] Revert "fix(Tabs): should scroll to current content when mounted (#7411)" This reverts commit f504245074fb0450ec69f5c64577be2716b80ac4. --- src/tabs/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tabs/index.js b/src/tabs/index.js index 496790e62..4431d447e 100644 --- a/src/tabs/index.js +++ b/src/tabs/index.js @@ -189,7 +189,6 @@ export default createComponent({ this.inited = true; this.tabHeight = getVisibleHeight(this.$refs.wrap); this.scrollIntoView(true); - this.scrollToCurrentContent(true); }); },