diff --git a/client/src/components/ActivityBar/Items/InteractiveItem.vue b/client/src/components/ActivityBar/Items/InteractiveItem.vue index 6b14104c74ab..e6e80ea1d34d 100644 --- a/client/src/components/ActivityBar/Items/InteractiveItem.vue +++ b/client/src/components/ActivityBar/Items/InteractiveItem.vue @@ -13,14 +13,14 @@ const totalCount = computed(() => entryPoints.value.length); export interface Props { id: string; + activityBarId: string; title: string; icon: IconDefinition; isActive: boolean; to: string; - activityBarId: string; } -defineProps(); +const props = defineProps(); const emit = defineEmits<{ (e: "click"): void; @@ -37,7 +37,7 @@ const tooltip = computed(() => (); +const props = defineProps(); const emit = defineEmits<{ (e: "click"): void; @@ -33,7 +33,7 @@ const tooltip = computed(() =>