You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Does someone had success installing this component into quasar?
I trying to install into quasar, but I had an error:
[Vue warn]: Failed to mount component: template or render function not defined.
found in
---> <BeautifulChat>
<App> at src/components/ChatComponent.vue
<IndexContatos> at src/pages/contatos/Index.vue
<QPage>
<QPageContainer>
<QLayout>
<MainLayout> at src/layouts/MainLayout.vue
<App> at src/App.vue
<Root>
Here is what I did. I created a boot file as:
// beautifulChat.js
import Chat from 'vue-beautiful-chat'
export default ({ Vue }) => {
Vue.component('beautiful-chat', Chat)
}
and I add it into quasar.conf boot session.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi, Does someone had success installing this component into quasar?
I trying to install into quasar, but I had an error:
Here is what I did. I created a boot file as:
// beautifulChat.js
import Chat from 'vue-beautiful-chat'
export default ({ Vue }) => {
Vue.component('beautiful-chat', Chat)
}
and I add it into quasar.conf boot session.
In my page I am using:
and the ChatComponent is:
The text was updated successfully, but these errors were encountered: