码迷,mamicode.com
首页 > 其他好文 > 详细

Element的

时间:2019-11-27 11:54:15      阅读:94      评论:0      收藏:0      [点我收藏+]

标签:top   关闭按钮   success   lse   duration   close   color   his   methods   

<el-button plain @click="plain">按钮</el-button>

在methods里添加

plain() {
      this.$notify({
        title: "标题",
        message: "弹出的消息",
        position: "top-left",
        type: "success",
        //不会自动关闭
        duration: 0,
        //偏移
        offset: 180,
        //添加代码
        // dangerouslyUseHTMLString: true
        //关闭关闭按钮
        showClose: false
      });
    }

Element的

标签:top   关闭按钮   success   lse   duration   close   color   his   methods   

原文地址:https://www.cnblogs.com/wulicute-TS/p/11940931.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!