Megamenu test

This commit is contained in:
2024-03-09 17:54:27 +01:00
parent e274e4472b
commit 114dfed7cc
7 changed files with 3569 additions and 2 deletions

View File

@@ -28,6 +28,8 @@ export { default as FwbNavbar } from './components/FwbNavbar/FwbNavbar.vue'
export { default as FwbNavbarCollapse } from './components/FwbNavbar/FwbNavbarCollapse.vue'
export { default as FwbNavbarLink } from './components/FwbNavbar/FwbNavbarLink.vue'
export { default as FwbNavbarLogo } from './components/FwbNavbar/FwbNavbarLogo.vue'
export { default as FwbMegaMenu } from './components/FwbNavbar/FwbMegaMenu.vue'
export { default as FwbMegaMenuDropdown } from './components/FwbNavbar/FwbMegaMenuDropdown.vue'
export { default as FwbPagination } from './components/FwbPagination/FwbPagination.vue'
export { default as FwbProgress } from './components/FwbProgress/FwbProgress.vue'
export { default as FwbRating } from './components/FwbRating/FwbRating.vue'