creativetimofficial / vue-paper-dashboard

Creative Tim Paper Dashboard made for Vue

Home Page:https://www.creative-tim.com/product/paper-dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

this.$notify for Notification, does not respect passed "timeout" variable

komarios opened this issue · comments

This code does not change the fade out timeout :

      this.$notify({
        message: msg,
        icon: "save",
        horizontalAlign: "center",
        verticalAlign: "top",
        type: "warning",
        timeout: 5000
      });

But changing it in Notification.vue does :

    timeout: {
      type: Number,
      default: 5000
    }

this.%notify({