mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-26 16:23:16 +00:00
Update components.js
This commit is contained in:
parent
7b20831460
commit
88de69ce72
1 changed files with 3 additions and 0 deletions
3
resources/assets/js/components.js
vendored
3
resources/assets/js/components.js
vendored
|
@ -31,6 +31,9 @@ require('./components/notifications');
|
|||
// });
|
||||
// }
|
||||
|
||||
// Initalize Notification Helper
|
||||
window.pixelfed.n = {};
|
||||
|
||||
Vue.component(
|
||||
'follow-suggestions',
|
||||
require('./components/FollowSuggestions.vue')
|
||||
|
|
Loading…
Reference in a new issue