Skip to content

Commit

Permalink
tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
hjohns committed Apr 15, 2024
1 parent 87a6384 commit 4dd8b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prez-components/src/custom-components/CustomItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const props = defineProps<{focusNode: PrezNode, properties: ItemProperties}>();
</div>

<div v-if="props.properties?.['http://purl.org/dc/terms/isPartOf']" class="flex-row">
<div>Defined By: </div>
<div v-tooltip="'Custom tooltip here...'">Defined By: </div>
<PrezUITerm
v-for="o in props.properties['http://purl.org/dc/terms/isPartOf'].objects"
v-bind="o"
Expand Down

0 comments on commit 4dd8b78

Please sign in to comment.