1、vue强制刷新组件
<component v-if="hackReset"></component> this.hackReset = false this.$nextTick(() => { this.hackReset = true })
常用的vue
原文:https://www.cnblogs.com/ron123/p/9235615.html