Notifications
We created a custom notification plugin so you can easily display pretty notifications in your dashboard.
The plugin is globally registered inside blackDashboard.js
file and you can use it everywhere
in the dashboard.
In order for the plugin to work, we need to declare this piece of code in the top most component
of our app. This is done inside App.vue
file.
You can trigger notifications both from template and javascript via $notify
or this.$notify
method.
<notifications></notifications>
Example
Show Code
Notification position
Show Code