diff --git a/package.json b/package.json index 68838a6a9..e7033b754 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "qrcode": "1", "utf8": "^3.0.0", "vue": "3.2.37", - "vue-i18n": "9.2.0-beta.40", + "vue-i18n": "9.2.0", "vue-router": "4.1.3", "vue-template-compiler": "2.7.8", "vuex": "4.0.2" diff --git a/src/App.js b/src/App.js index d59676859..f5bd7e2e4 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 0efadaf04..c741aa700 100644 --- a/src/App.vue +++ b/src/App.vue @@ -65,6 +65,7 @@ +