init ColorPicker

This commit is contained in:
梁灏 2017-08-15 16:39:07 +08:00
parent ad22557812
commit c6faec44a8
8 changed files with 40 additions and 1 deletions

View file

@ -184,6 +184,10 @@ const router = new VueRouter({
{
path: '/avatar',
component: require('./routers/avatar.vue')
},
{
path: '/color-picker',
component: require('./routers/color-picker.vue')
}
]
});