This commit is contained in:
2020-03-02 20:40:21 +00:00
parent 41eb47f8b3
commit 6747a8f783
6 changed files with 12 additions and 16 deletions

View File

@@ -434,20 +434,18 @@ export default new Router({
{
//NEW TEST GZ DATA TABLE
path: "/test-widgets",
name: "test-widgets",
path: "/widgets",
name: "widget-list",
component: () =>
import(/* webpackChunkName: "test" */ "./views/test-widgets.vue")
import(/* webpackChunkName: "test" */ "./views/widgets.vue")
},
{
//TEST WIDGET EDIT FORM
path: "/inventory/widget/edit/:recordid",
name: "inventory-widget-edit",
path: "/widgets/:recordid",
name: "widget-edit",
component: () =>
import(
/* webpackChunkName: "test" */ "./views/test-inventory-widget-edit.vue"
)
import(/* webpackChunkName: "test" */ "./views/widget.vue")
},
{
//404 404 404 404 404 404 404 404 404 404 404 404 404 404 404 404 404 404 404 404 404 404 404 404