Fixed ref being used for component and not shallowRef
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import type { ShallowRef } from "vue"
|
||||
|
||||
export type SidebarMenuActionType = "event-search"
|
||||
|
||||
export interface SidebarMenuItem {
|
||||
phIcon: Component
|
||||
phIcon: ShallowRef
|
||||
tooltip: string
|
||||
action?: SidebarMenuActionType
|
||||
to?: string
|
||||
|
||||
Reference in New Issue
Block a user