Added: picgo-setting page

This commit is contained in:
Molunerfinn
2018-04-28 00:16:17 +08:00
parent ad71117876
commit d042c93bec
6 changed files with 138 additions and 37 deletions

View File

@@ -49,6 +49,11 @@ export default new Router({
path: 'gallery',
component: require('@/components/SettingView/Gallery').default,
name: 'gallery'
},
{
path: 'setting',
component: require('@/components/SettingView/PicGoSetting').default,
name: 'setting'
}
]
},