naive-ui/packages/common/Notification/index.js
2019-10-25 17:53:59 +08:00

10 lines
231 B
JavaScript

import Notification from './src/main.js'
Notification.install = function (Vue) {
Notification.Vue = Vue
Vue.prototype.$NNotification = Notification
Vue.prototype.$nNotify = Notification.notify
}
export default Notification