File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
adminforth/spa/src/components Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 1616 class =" min-w-5 min-h-5 text-lightSidebarIcons dark:text-darkSidebarIcons group-hover:text-lightSidebarIconsHover dark:group-hover:text-darkSidebarIconsHover transition-all duration-200 ease-in-out"
1717 >
1818 </component >
19+ <IconFileImageOutline v-else
20+ class =" min-w-5 min-h-5 text-lightSidebarIcons dark:text-darkSidebarIcons group-hover:text-lightSidebarIconsHover dark:group-hover:text-darkSidebarIconsHover transition-all duration-200 ease-in-out"
21+ />
1922 <div
2023 class =" overflow-hidden block ms-3 pr-4 text-left rtl:text-right transition-all duration-200 ease-in-out"
2124 :class =" {
@@ -57,6 +60,7 @@ import { getIcon } from '@/utils';
5760import { Tooltip } from ' @/afcl' ;
5861import { ref , watch , computed } from ' vue' ;
5962import { useCoreStore } from ' @/stores/core' ;
63+ import { IconFileImageOutline } from ' @iconify-prerendered/vue-flowbite' ;
6064
6165const props = defineProps ([' item' , ' isChild' , ' isSidebarIconOnly' , ' isSidebarHovering' ]);
6266
You can’t perform that action at this time.
0 commit comments