Open robertperez-upc opened 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>
Thanks for opening up your first issue!
Hello, do you have errors in the browser console?
Same issue here. But it was my first try. See browser console attached.
When I include beautiful-chat in a nested component the beautiful-chat isn't displayed.
Example:
Main Vue
A Source