[Vuejs]-Target specific Element UI notification

0👍

According to the documentation of element ui:

Notification and this.$notify returns the current Notification
instance. To manually close the instance, you can call close on it.

Or Notification.closeAll to close all notifications at once

Leave a comment