lot of fixes & cleaning

This commit is contained in:
lesion
2019-03-03 01:09:56 +01:00
parent 2ce37bb54b
commit c1286a3283
15 changed files with 92 additions and 52 deletions

View File

@@ -44,7 +44,7 @@ export default new Router({
props: { edit: true }
},
{
path: '/export/:type',
path: '/export',
components: { modal: Export }
}
]