juzser / vue-bot-ui

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

Slot Doesn't Work but 'bubbleButton' #59

Open yunju123 opened 7 months ago

yunju123 commented 7 months ago

I've tested this but only the 'bubbleButton' slot works.

<VueBotUI>

  <template v-slot:header>
    <div>header</div>
  </template>

  <template v-slot:actions>
    <div>actions</div>
  </template>

  <template v-slot:sendButton>
    <div>sendButton</div>
  </template>

  <template v-slot:bubbleButton>
    <div>bubbleButton</div>
  </template>

  <template v-slot:botTyping>
    <div>botTyping</div>
  </template>

</VueBotUI>

Could you let me know what I did wrong?

WilliamBHuynhTC commented 6 months ago

Hey @juzser I have a fix for this issue. Can you allow permissions to push branches and open PRs to public?

juzser commented 6 months ago

@WilliamBHuynhTC Thank you. You can fork the repo then create PR from forked repo to my master then I will review. You can take a look another PRs to following.