forked from verdnatura/salix-front
Add module name in Item router file
This commit is contained in:
parent
78561c5f42
commit
42fe189e9f
|
@ -6,6 +6,7 @@ export default {
|
|||
meta: {
|
||||
title: 'items',
|
||||
icon: 'vn:item',
|
||||
moduleName: 'Item',
|
||||
},
|
||||
component: RouterView,
|
||||
redirect: { name: 'ItemMain' },
|
||||
|
|
Loading…
Reference in New Issue