Horizontal

Horizontal menu configuration

You can change the horizontal layout very easily by adding the below attribute to the body tag in the src/state/modules/layout.js file.

layoutType="horizontal"

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/horizontal.vue. The change would reflect in all the Vue files automatically. We are using vue-cli which would actually take care of including the src/layouts/horizontal.vue file content in all Vue pages.

How to use pre-built layouts?

Please do the below change in the html element at src/state/modules/layout.js

Color Scheme
mode="light"
mode="dark"
Layout Width
layoutWidth="fluid"
layoutWidth="boxed"
Layout Position
position="fixed"
position="scrollable"
Topbar Colors
topbar="warning"
topbar="danger"
topbar="success"
Preloader Option
preloader="disable"
preloader="enable"