From 0d460d129529f75f8014f2ca0004295019dd6661 Mon Sep 17 00:00:00 2001 From: mertsincan Date: Fri, 19 Apr 2024 15:04:19 +0100 Subject: [PATCH] Refactor #5621 --- components/lib/tablist/TabList.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/lib/tablist/TabList.vue b/components/lib/tablist/TabList.vue index 5c842c6da..bed7e808c 100644 --- a/components/lib/tablist/TabList.vue +++ b/components/lib/tablist/TabList.vue @@ -70,7 +70,9 @@ export default { } }, mounted() { - this.updateInkBar(); + this.$nextTick(() => { + this.updateInkBar(); + }); if (this.showNavigators) { this.updateButtonState();