vue3-beautiful-chat icon indicating copy to clipboard operation
vue3-beautiful-chat copied to clipboard

Doesn't work when included in nested component

Open robertperez-upc opened this issue 2 years ago • 3 comments

When I include beautiful-chat in a nested component the beautiful-chat isn't displayed.

Example:

Main Vue

<template>
  <a />
</template>

A Source

<template>
  <beautiful-chat.... />
</template>

robertperez-upc avatar Jun 20 '22 11:06 robertperez-upc

Thanks for opening up your first issue!

github-actions[bot] avatar Jun 20 '22 11:06 github-actions[bot]

Hello, do you have errors in the browser console?

Sitronik avatar Sep 11 '22 10:09 Sitronik

image

Same issue here. But it was my first try. See browser console attached.

jonasesser avatar Dec 14 '23 01:12 jonasesser