Restructures the app main, nav and sidebar

This commit is contained in:
Michael Weimann
2018-12-02 12:24:55 +01:00
parent 6ae42b1007
commit 18b03550cc
11 changed files with 348 additions and 137 deletions

View File

@@ -24,7 +24,7 @@ import Vue from 'vue'
import Router from 'vue-router'
import { generateUrl } from 'nextcloud-server/dist/router'
const Main = () => import('./views/Main')
const Main = () => import('./components/Main')
Vue.use(Router)