element的Notification通知框
打开
this.instance = this.$notify({
//type: "success",
title: '消息',
message: '请联系云逸星空软件开发部',
duration: 3000,
position:'top-right'
});
关闭
this.instance.close()
打开
this.instance = this.$notify({
//type: "success",
title: '消息',
message: '请联系云逸星空软件开发部',
duration: 3000,
position:'top-right'
});
关闭
this.instance.close()