init Avatar component
This commit is contained in:
parent
9823357382
commit
2c5faf30f4
9 changed files with 66 additions and 14 deletions
|
@ -180,6 +180,10 @@ const router = new VueRouter({
|
|||
{
|
||||
path: '/notice',
|
||||
component: require('./routers/notice.vue')
|
||||
},
|
||||
{
|
||||
path: '/avatar',
|
||||
component: require('./routers/avatar.vue')
|
||||
}
|
||||
]
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue