代码:<v-detection :detectionid="detectionid" v-if="hackReset"></v-detection>

声明hackReset,利用true或者false实现重建或者销毁

代码:
     this.hackReset = false;//销毁组件
     this.$nextTick(() => {
       this.hackReset = true;//重建组件
     });
Logo

Vue社区为您提供最前沿的新闻资讯和知识内容

更多推荐