chatwoot-develop/app/javascript/dashboard/components-next/message/bubbles/Unsupported.vue

10 lines
223 B
Vue
Executable File

<script setup>
import BaseBubble from './Base.vue';
</script>
<template>
<BaseBubble class="px-4 py-3 text-sm" data-bubble-name="unsupported">
{{ $t('CONVERSATION.UNSUPPORTED_MESSAGE') }}
</BaseBubble>
</template>