diff options
| author | Henry Jameson <me@hjkos.com> | 2022-06-13 01:36:41 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-06-13 01:36:41 +0300 |
| commit | 97e4a3d8e52bc2255f4be23967a2223f5e458a67 (patch) | |
| tree | 2ae833565de7abd17d96c84b086acb844b61fa42 /src/App.js | |
| parent | 85de0927faf5cece654c6816bd43f77114f0b4df (diff) | |
fix popovers in modals
Diffstat (limited to 'src/App.js')
| -rw-r--r-- | src/App.js | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -4,7 +4,6 @@ import InstanceSpecificPanel from './components/instance_specific_panel/instance import FeaturesPanel from './components/features_panel/features_panel.vue' import WhoToFollowPanel from './components/who_to_follow_panel/who_to_follow_panel.vue' import ShoutPanel from './components/shout_panel/shout_panel.vue' -import SettingsModal from './components/settings_modal/settings_modal.vue' import MediaModal from './components/media_modal/media_modal.vue' import SideDrawer from './components/side_drawer/side_drawer.vue' import MobilePostStatusButton from './components/mobile_post_status_button/mobile_post_status_button.vue' @@ -32,7 +31,7 @@ export default { MobilePostStatusButton, MobileNav, DesktopNav, - SettingsModal, + SettingsModal: defineAsyncComponent(() => import('./components/settings_modal/settings_modal.vue')), UserReportingModal, PostStatusModal, GlobalNoticeList |
