UNPKG

@voerro/vue-notifications

Version:

Easily display notifications to your users

9 lines (6 loc) 179 B
import Vue from 'vue'; window.NotificationEvent = new Vue(); let notify = (notification) => { window.NotificationEvent.$emit('push', notification); } export default notify;