fix: wrong tabList inkbar placement when using default value

pull/7232/head
Aditya Chandra 2025-02-11 22:04:30 +07:00
parent 9e35aa1804
commit b6cc223bcc
1 changed files with 2 additions and 2 deletions

View File

@ -66,9 +66,9 @@ export default {
}
},
mounted() {
this.$nextTick(() => {
setTimeout(() => {
this.updateInkBar();
});
}, 150);
if (this.showNavigators) {
this.updateButtonState();