Dragos Ct
Dragos Ct
Hi! If you want to have the default navbar collapse from Bootstrap you must follow the following steps: 1. You must go in you're html page and put inside of...
Hi! If you want to have Off-canvas-menu on Desktop, not only on mobile-tablet you have to follow a few steps: 1. Go in you're html page and add on `body`...
First you go the src/components/SidebarPlugin/SidebarItem.vue and on the prop link add the following new item disableCollapse: Boolean ```js link: { type: Object, default: () => { return { name: "",...