[bugfix] Tab: insert order (#1372)

This commit is contained in:
neverland
2018-07-01 08:06:48 +08:00
committed by GitHub
parent e25dde299a
commit cc8951ffcd
2 changed files with 5 additions and 1 deletions

View File

@@ -97,6 +97,7 @@ export default create({
tabs(tabs) {
this.correctActive(this.curActive || this.active);
this.scrollIntoView();
this.setLine();
},