Refactor #5621
parent
c80c3ad0ea
commit
0d460d1295
|
@ -70,7 +70,9 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.updateInkBar();
|
this.$nextTick(() => {
|
||||||
|
this.updateInkBar();
|
||||||
|
});
|
||||||
|
|
||||||
if (this.showNavigators) {
|
if (this.showNavigators) {
|
||||||
this.updateButtonState();
|
this.updateButtonState();
|
||||||
|
|
Loading…
Reference in New Issue