Partly finished: plugin system

This commit is contained in:
Molunerfinn
2018-12-24 16:05:30 +08:00
parent ae9d8eee13
commit f7dc41a927
11 changed files with 122 additions and 59 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ export default new Router({
name: 'imgur'
},
{
path: 'others',
path: 'others/:type',
component: require('@/pages/picbeds/Others').default,
name: 'others'
},