Two Column
Two column menu configuration
Use below given attribute to set Two column layout.
layoutType="twocolumn"
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/layouts/twocolumn.vue
.
How to use pre-built layouts?
Please do the below change in the html element at
/src/state/modules/layout.js
file. ex:
layoutWidth: 'fluid'
Topbar Colors
topbar='light'
topbar='dark'
Sidebar Colors
sidebarColor='light'
sidebarColor='dark'
sidebarColor='gradient'
sidebarColor='gradient-2'
sidebarColor='gradient-3'
sidebarColor='gradient-4'
Sidebar Images
sidebarImage='none'
sidebarImage='img-1'
sidebarImage='img-2'
sidebarImage='img-3'
sidebarImage='img-4'
Preloader Option
preloader='disable'
preloader='enable'