stash
This commit is contained in:
parent
7c91661be2
commit
796fef81be
37 changed files with 3404 additions and 108 deletions
|
|
@ -28,6 +28,7 @@ import Privacy from '@/views/settings/Privacy.vue';
|
|||
import Email from '@/views/settings/Email.vue';
|
||||
import Notifications from '@/views/settings/Notifications.vue';
|
||||
import Data from '@/views/settings/Data.vue';
|
||||
import Preferences from '@/views/settings/Preferences.vue';
|
||||
|
||||
|
||||
const routes = [{path: '/', component: Dashboard, meta: {requiresAuth: true}}, {
|
||||
|
|
@ -86,6 +87,8 @@ const routes = [{path: '/', component: Dashboard, meta: {requiresAuth: true}}, {
|
|||
path: 'notifications/', name: 'notifications', component: Notifications, meta: {requiresAuth: true}
|
||||
}, {
|
||||
path: 'data/', name: 'data', component: Data, meta: {requiresAuth: true}
|
||||
}, {
|
||||
path: 'preferences/', name: 'preferences', component: Preferences, meta: {requiresAuth: true}
|
||||
}]
|
||||
}, {
|
||||
path: '/storage-location',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue