使用v-if即可。为false的时候,就会销毁该组件 <el-dialog title="标题" v-if="show" :visible.sync="isShow" > // 内容区域 </el-dialog>