mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-18 11:15:02 +00:00
notification mobile fix
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
<!--Spotlight Addons-->
|
||||
<CreateUploadRequestPopup />
|
||||
<CreateTeamFolderPopup />
|
||||
<NotificationsPopup />
|
||||
|
||||
<!--Mobile Navigation-->
|
||||
<MobileNavigation />
|
||||
@@ -84,6 +85,7 @@ import {
|
||||
import { mapGetters } from 'vuex'
|
||||
import CreateUploadRequestPopup from "../components/Others/CreateUploadRequestPopup";
|
||||
import CreateTeamFolderPopup from "../components/Teams/CreateTeamFolderPopup";
|
||||
import NotificationsPopup from "../components/Others/NotificationsPopup";
|
||||
|
||||
export default {
|
||||
name: 'Admin',
|
||||
@@ -188,6 +190,7 @@ export default {
|
||||
},
|
||||
},
|
||||
components: {
|
||||
NotificationsPopup,
|
||||
CreateTeamFolderPopup,
|
||||
CreateUploadRequestPopup,
|
||||
MobileNavigationToolbar,
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
<!--Spotlight Addons-->
|
||||
<CreateUploadRequestPopup />
|
||||
<CreateTeamFolderPopup />
|
||||
<NotificationsPopup />
|
||||
|
||||
<ConfirmPopup />
|
||||
|
||||
@@ -92,10 +93,12 @@ import MobileNavigationToolbar from '../components/Mobile/MobileNavigationToolba
|
||||
import CreateUploadRequestPopup from "../components/Others/CreateUploadRequestPopup";
|
||||
import CreateTeamFolderPopup from "../components/Teams/CreateTeamFolderPopup";
|
||||
import ChangeSubscriptionPopup from "../components/Subscription/ChangeSubscriptionPopup";
|
||||
import NotificationsPopup from "../components/Others/NotificationsPopup";
|
||||
|
||||
export default {
|
||||
name: 'Settings',
|
||||
components: {
|
||||
NotificationsPopup,
|
||||
ChangeSubscriptionPopup,
|
||||
CreateTeamFolderPopup,
|
||||
CreateUploadRequestPopup,
|
||||
|
||||
Reference in New Issue
Block a user