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

Vue 3 usage Added #59

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

pratik227
Copy link

I have added documentation for Vue 3.

Please also publish the package for the same so doc will also available in npm site.

Thanks,
Pratilk Patel

@pratik227 pratik227 mentioned this pull request Dec 7, 2022
@gabrielstuff
Copy link
Member

Thanks a lot for your submission. Will need to look at it before publishing.

@pratik227
Copy link
Author

Yah I have added codesandbox link aswell you can check that. Same code is there in codesandbox.

@pratik227
Copy link
Author

@gabrielstuff Any update on this ?

@LoseTheQuit
Copy link

Hey, adding this:

eventEmitter: { $on: (...args) => emitter.on(...args), $once: (...args) => emitter.once(...args), $off: (...args) => emitter.off(...args), $emit: (...args) => emitter.emit(...args) },
works in Vue 3! Thanks @pratik227

@pratik227
Copy link
Author

Hey, adding this:

eventEmitter: { $on: (...args) => emitter.on(...args), $once: (...args) => emitter.once(...args), $off: (...args) => emitter.off(...args), $emit: (...args) => emitter.emit(...args) }, works in Vue 3! Thanks @pratik227

🚀 👍

@vineet-2020
Copy link

Any updates on this?

@brock-rb2t
Copy link

+1 on this PR. Can we please get a merge?

@pratik227
Copy link
Author

+1 on this PR. Can we please get a merge?

🚀

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

Successfully merging this pull request may close these issues.

None yet

5 participants