标签:pre next ext reset lse this div 强制 class
1、vue强制刷新组件
<component v-if="hackReset"></component> this.hackReset = false this.$nextTick(() => { this.hackReset = true })
常用的vue
原文地址:https://www.cnblogs.com/ron123/p/9235615.html