diff --git a/src/App.js b/src/App.js index d596768599..f5bd7e2e47 100644 --- a/src/App.js +++ b/src/App.js @@ -32,6 +32,7 @@ export default { MobileNav, DesktopNav, SettingsModal: defineAsyncComponent(() => import('./components/settings_modal/settings_modal.vue')), + UpdateNotification: defineAsyncComponent(() => import('./components/update_notification/update_notification.vue')), UserReportingModal, PostStatusModal, GlobalNoticeList diff --git a/src/App.vue b/src/App.vue index 0efadaf041..c741aa7000 100644 --- a/src/App.vue +++ b/src/App.vue @@ -65,6 +65,7 @@ +