feat: add bubble names

This commit is contained in:
Shivam Mishra
2024-12-12 13:25:44 +05:30
parent c561cf596b
commit 873e67363d
8 changed files with 12 additions and 9 deletions
@@ -10,7 +10,7 @@ defineProps({
</script>
<template>
<BaseBubble class="px-2 py-0.5">
<span v-html="content" />
<BaseBubble class="px-2 py-0.5" data-bubble-name="activity">
<span v-dompurify-html="content" />
</BaseBubble>
</template>