Sitronik / vue3-beautiful-chat

A simple and beautiful Vue 3 chat component backend agnostic, fully customisable and extendable.
MIT License
95 stars 27 forks source link

Doesn't work when included in nested component #7

Open robertperez-upc opened 2 years ago

robertperez-upc commented 2 years ago

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>
github-actions[bot] commented 2 years ago

Thanks for opening up your first issue!

Sitronik commented 2 years ago

Hello, do you have errors in the browser console?

jonasesser commented 10 months ago

image

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