This commit is contained in:
2019-07-09 23:20:32 +00:00
parent 0824a90097
commit 2fb123044e
4 changed files with 42 additions and 4 deletions

View File

@@ -137,6 +137,12 @@ export default new Router({
component: () =>
import(/* webpackChunkName: "inventory-widget-edit" */ "./views/inventory-widget-edit.vue")
},
{
path: "/customize/:ayatype",
name: "customize",
component: () =>
import(/* webpackChunkName: "inventory-widget-edit" */ "./views/customize.vue")
},
{
path: "*",
name: "notfound",