vue强制刷新某组件(销毁并重置)

1,562 阅读1分钟

组件中添加

 v-if="hackReset"

this.hackReset = false
this.$nextTick(() => {
this.hackReset = true
})