美文网首页
element 弹框

element 弹框

作者: 回忆不死我们不散 | 来源:发表于2019-12-26 09:43 被阅读0次
    <el-dialog
    
        :visible.sync="dialogVisible"
    
        width="0"
    
        :before-close="handleClose">
    
      </el-dialog>
    
    JS 部份
    
    data{
    
    dialogVisible: false
    
    }
    
    
    
    methods:{
    
          handleClose(){
    
            this.dialogVisible=true
    
          }
    
        }
    

    相关文章

      网友评论

          本文标题:element 弹框

          本文链接:https://www.haomeiwen.com/subject/rakkoctx.html