From a5a5e5695217a2200c39af50218f122e20d5e1f2 Mon Sep 17 00:00:00 2001 From: neverland Date: Sat, 6 Apr 2019 10:47:06 +0800 Subject: [PATCH] [bugfix] Tab: should set line position when activated (#3097) --- packages/tabs/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/tabs/index.js b/packages/tabs/index.js index 370db65e8..fcbf253e4 100644 --- a/packages/tabs/index.js +++ b/packages/tabs/index.js @@ -155,6 +155,7 @@ export default sfc({ activated() { this.onShow(); + this.setLine(); }, deactivated() {