6 lines
114 B
JavaScript
Vendored
6 lines
114 B
JavaScript
Vendored
var base = require('notifications/notifications');
|
|
|
|
Vue.component('spark-notifications', {
|
|
mixins: [base]
|
|
});
|