This commit is contained in:
@@ -143,9 +143,7 @@ export default new Router({
|
||||
path: "/customize/:formCustomTemplateKey",
|
||||
name: "customize",
|
||||
component: () =>
|
||||
import(
|
||||
/* webpackChunkName: "inventory-widget-edit" */ "./views/customize.vue"
|
||||
)
|
||||
import(/* webpackChunkName: "customize" */ "./views/customize.vue")
|
||||
},
|
||||
{
|
||||
path: "*",
|
||||
|
||||
Reference in New Issue
Block a user