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

@regionTooltipShow event not triggering #9

Closed
TheRealMattLear opened this issue Oct 16, 2021 · 2 comments
Closed

@regionTooltipShow event not triggering #9

TheRealMattLear opened this issue Oct 16, 2021 · 2 comments

Comments

@TheRealMattLear
Copy link

TheRealMattLear commented Oct 16, 2021

HI!

Thanks for providing this awesome package.

I'm having trouble triggering the regionTooltipShow event, @loaded="handleEvent" works fine but @regionTooltipShow="handleEvent" does not seem to trigger.

I've only made a simple change the codepen example to add alert and uncomment the console.log:
https://codepen.io/therealmattlear/pen/NWvxwjK

@themustafaomar
Copy link
Owner

This is a bit strange but Vue somehow when working on an HTML page, it's converting the listeners' keys to lowercase unlike when working with Vue CLI, which keeps the string as it is.

When working with an HTML page.

image

With CLI.

image

If you're working with CLI you won't see this issue happening.

However, I'll see what I can do about the native HTML issue.

@themustafaomar themustafaomar pinned this issue Oct 16, 2021
@TheRealMattLear
Copy link
Author

Hey mate, yeah i managed to move into CLI for the time being and its working :) I've hit another snag but i'll post another issue!

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

2 participants