UNPKG

@voerro/vue-notifications

Version:

Easily display notifications to your users

11 lines (8 loc) 299 B
import Vue from 'vue' import Notifications from './components/Notifications.vue' import notify from './interface' window.notify = notify; if (document.querySelector('#voerro-notifications-demo-app-nnpqbywihspyskxjjiky')) { window.Notifications = Notifications; } export default Notifications;