Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slot Doesn't Work but 'bubbleButton' #59

Open
yunju123 opened this issue Apr 18, 2024 · 2 comments
Open

Slot Doesn't Work but 'bubbleButton' #59

yunju123 opened this issue Apr 18, 2024 · 2 comments

Comments

@yunju123
Copy link

yunju123 commented Apr 18, 2024

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
Copy link

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

@juzser
Copy link
Owner

juzser commented May 23, 2024

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants