Files
Martin Laguna fe4b872160 PMCORE-3833: Tooltip now showing in collapsed menu icons
Fixed observations

Dropdown tooltip now showing

Solved issues with multiple tooltips
2022-08-10 14:10:57 -04:00

10 lines
177 B
JavaScript
Executable File

import SidebarMenu from './components/SidebarMenu.vue'
export default {
install (Vue) {
Vue.component('sidebar-menu', SidebarMenu)
}
}
export { SidebarMenu }