189  
查询码:00000386
vue 组件的销毁重建
来源:https://blog.csdn.net/shen_qiu/article/details/81564117
作者: 王贵阳 于 2019年12月25日 发布在分类 / FM组 / FM其他 下,并于 2019年12月25日 编辑
Vue

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

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

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

 最新评论
当前评论数1  查看更多评论


 推荐知识

 历史版本

修改日期 修改人 备注
2019-12-25 19:10:58[当前版本] 王贵阳 创建版本

知识分享平台 -V 4.8.7 -wcp