element-Notification通知框

打开

this.instance = this.$notify({
		//type: "success",
		title: '消息',
		message: '请联系xxx软件开发部',
		duration: 3000,
		position:'top-right'
});

关闭

 this.instance.close()

 

posted @ 2022-03-28 21:47  ꧁执笔小白꧂  阅读(153)  评论(0)    收藏  举报