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

cube-ui中弹窗

时间:2018-11-07 11:17:49      阅读:1717      评论:0      收藏:0      [点我收藏+]

标签:弹窗   txt   show   code   rri   dia   content   .sh   type   

      if (!this.surname) {
        this.$createDialog({
          type: "alert",
          icon: "cubeic-close",
          showClose: true,
          content: this.$t("message.errInputSurname"),
          onClose: () => {
            this.$createToast({
              type: "warn",
              time: 2000,
              txt: this.$t("message.Close")
            }).show();
          }
        }).show();
        return;
      }

 

cube-ui中弹窗

标签:弹窗   txt   show   code   rri   dia   content   .sh   type   

原文地址:https://www.cnblogs.com/huanhuan55/p/9920547.html

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