front > account : start
This commit is contained in:
parent
d15d4898c6
commit
443369ee23
5 changed files with 83 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ import Kanban from '../views/Kanban.vue';
|
|||
import Brief from '../views/Brief.vue';
|
||||
import DesignToLight from '../views/DesignToLight.vue';
|
||||
import Login from '../views/Login.vue';
|
||||
import Account from '../views/Account.vue';
|
||||
|
||||
const routes = [
|
||||
{
|
||||
|
|
@ -17,6 +18,11 @@ const routes = [
|
|||
path: '/login',
|
||||
component: Login,
|
||||
},
|
||||
{
|
||||
name: 'Account',
|
||||
path: '/account',
|
||||
component: Account,
|
||||
},
|
||||
{
|
||||
path: '/notifications',
|
||||
component: Notifications,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue