fix: wrong tabList inkbar placement when using default value
parent
9e35aa1804
commit
b6cc223bcc
|
@ -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