PUI9 Notifications Component Library
This library provides the PUI9 notifications component based on vue2-notify.
Installation
npm install pui9-notifications
Then import and use it:
import Pui9Notify from 'pui9-notifications';
...
Vue.use(Pui9Notify);
Finally, it can be used:
this.$puiNotify.info(params...)
this.$puiNotify.success(params...)
this.$puiNotify.warning(params...)
this.$puiNotify.error(params...)