fix: wrong tabList inkbar placement when using default value
parent
9e35aa1804
commit
b6cc223bcc
|
@ -66,9 +66,9 @@ export default {
|
|||
}
|
||||
},
|
||||
mounted() {
|
||||
this.$nextTick(() => {
|
||||
setTimeout(() => {
|
||||
this.updateInkBar();
|
||||
});
|
||||
}, 150);
|
||||
|
||||
if (this.showNavigators) {
|
||||
this.updateButtonState();
|
||||
|
|
Loading…
Reference in New Issue