Merge pull request #7232 from addeeandra/fix/tab-inkbar-position
Fixed #7224 - Wrong InkBar position when set default value in TabListpull/7281/head
commit
f705bb1559
|
@ -66,9 +66,9 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.$nextTick(() => {
|
setTimeout(() => {
|
||||||
this.updateInkBar();
|
this.updateInkBar();
|
||||||
});
|
}, 150);
|
||||||
|
|
||||||
if (this.showNavigators) {
|
if (this.showNavigators) {
|
||||||
this.updateButtonState();
|
this.updateButtonState();
|
||||||
|
|
Loading…
Reference in New Issue