juzser / vue-bot-ui

For the one who is finding a customizable chatbot UI.
MIT License
155 stars 32 forks source link

-- slot not working #53

Closed xpediteur closed 1 year ago

xpediteur commented 1 year ago

Hi, I use your package vui-ui-bot in my vue2 app. It's great, especially for my purposes. Thanks for that. Maybe you can help me further. I'm trying to fill a slot with HTML, but it's not working. This is my call to the component:

<VueBotUI :messages="botData" :options="botOptions" @msg-send="messageSendHandler" :bot-typing="botTyping"
       @init="botStart" @destroy="botData = []">
       <template v-slot:header>
         <h1>TEST</h1>
       </template>
     </VueBotUI>

I would be very happy and grateful if you could help me. Thanks in advance. Greetings Ralf