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() {
|
||||
this.$nextTick(() => {
|
||||
setTimeout(() => {
|
||||
this.updateInkBar();
|
||||
});
|
||||
}, 150);
|
||||
|
||||
if (this.showNavigators) {
|
||||
this.updateButtonState();
|
||||
|
|
Loading…
Reference in New Issue