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
@@ -63,7 +63,7 @@ const textToShow = computed(() => {
</script>
<template>
<BaseBubble class="w-full overflow-hidden">
<BaseBubble class="w-full overflow-hidden" data-bubble-name="email">
<EmailMeta :status :sender :content-attributes />
<section
ref="contentContainer"