vue强制刷新某组件(销毁并重置) AmbroseLe 2018-08-17 1,562 阅读1分钟 组件中添加 v-if="hackReset" this.hackReset = false this.$nextTick(() => { this.hackReset = true })