fix(mixin/hollowoutable): sometimes style is not applied

This commit is contained in:
07akioni 2020-05-18 18:47:40 +08:00
parent 6cbd96e606
commit ad399846d0

View File

@ -158,6 +158,7 @@ export default {
cache()
this.updateHollowOutAffect()
this.$nextTick().then(() => {
void this.$el.offsetHeight
this.hollowOutColorTransitionDisabled = false
uncache()
})