diff --git a/src/_mixins/hollowoutable.js b/src/_mixins/hollowoutable.js index a0b0b4696..99b4aedf1 100644 --- a/src/_mixins/hollowoutable.js +++ b/src/_mixins/hollowoutable.js @@ -96,7 +96,7 @@ export default { syntheticTheme (value) { if (this.avoidHollowOut) return cache() - this.$nextTick().then(() => { + this.$nextTick(() => { this.updateHollowOutAffect(value) uncache() }) @@ -157,7 +157,7 @@ export default { if (this.avoidHollowOut) return cache() this.updateHollowOutAffect() - this.$nextTick().then(() => { + this.$nextTick(() => { void this.$el.offsetHeight this.hollowOutColorTransitionDisabled = false uncache()