mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-21 04:50:14 +08:00
chore
This commit is contained in:
parent
ce8becefa4
commit
a771ce32ae
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user