具体代码
var that = this;
setTimeout(function () {
that.$notify({
title: "成功",
message: "这是一条成功的提示消息",
type: "success",
});
}, 3000);