Browse Source

Update components.js

Daniel Supernault 6 năm trước cách đây
mục cha
commit
88de69ce72
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      resources/assets/js/components.js

+ 3 - 0
resources/assets/js/components.js

@@ -31,6 +31,9 @@ require('./components/notifications');
 //     });
 // }
 
+// Initalize Notification Helper
+window.pixelfed.n = {};
+
 Vue.component(
     'follow-suggestions',
     require('./components/FollowSuggestions.vue')