This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user