kopia lustrzana https://github.com/nextcloud/social
Add profile components to one chunk
Signed-off-by: Julius Härtl <jus@bitgrid.net>pull/326/head
rodzic
3b44c45304
commit
229891d3e7
|
@ -26,9 +26,9 @@ import Router from 'vue-router'
|
|||
|
||||
// Dynamic loading
|
||||
const Timeline = () => import('./views/Timeline')
|
||||
const Profile = () => import('./views/Profile')
|
||||
const ProfileTimeline = () => import('./views/ProfileTimeline')
|
||||
const ProfileFollowers = () => import('./views/ProfileFollowers')
|
||||
const Profile = () => import(/* webpackChunkName: "profile" */'./views/Profile')
|
||||
const ProfileTimeline = () => import(/* webpackChunkName: "profile" */'./views/ProfileTimeline')
|
||||
const ProfileFollowers = () => import(/* webpackChunkName: "profile" */'./views/ProfileFollowers')
|
||||
|
||||
Vue.use(Router)
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue