<component v-if="hackReset"></component>

 

 

2
3
4

this.hackReset = false
this.$nextTick(() => {
this.hackReset = true
})
hackReset写在父data中开始hackReset=true

 

                                                      

 

相关文章: