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();