Semibox
Semibox menu configuration
You can change or customize the left side navigation in /src/state/modules/layout.js
file.
layoutType: 'semibox'
How to add new menu items/change menu items?
In order to add, change or remove menu items from the left side
navigation, simply edit in file /src/components/menu.vue
.
How to use pre-built layouts?
Please do the below change in
/src/state/modules/layout.js
file. ex:
layoutType: 'semibox'
layoutType="semibox"
Sidebar Visibility
visibility="show"
visibility="hidden"