[bugfix] Tab: should set line position when activated (#3097)

This commit is contained in:
neverland 2019-04-06 10:47:06 +08:00 committed by GitHub
parent 709848d745
commit a5a5e56952
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,6 +155,7 @@ export default sfc({
activated() {
this.onShow();
this.setLine();
},
deactivated() {