如何设置Notification通知不自动关闭

2024-10-14 03:07:46

1、打开一个vue文件,添加一个点击按钮,点击后打开Notification通知提醒消息。如图

如何设置Notification通知不自动关闭如何设置Notification通知不自动关闭

2、在this.$notify方法里面设置duration:0,用于设置Notification通知不自动关闭效果。如图

如何设置Notification通知不自动关闭

3、保存vue文件后使用浏览器打开,点击按钮即可看到Notification通知,等待一段时间后发现Notification通知不会自动关闭。如图

如何设置Notification通知不自动关闭
猜你喜欢