Valid menu item config object
{
"title": "Post List",
"type": "item",
"component": "posts/posts-view"
},
In fact only one param is required – a component path.
A title param may be get from component.
A type param may be calculated by condition: a item has items children array
Valid menu item config object
{ "title": "Post List", "type": "item", "component": "posts/posts-view" },In fact only one param is required – a component path.
A title param may be get from component.
A type param may be calculated by condition: a item has items children array