-
Notifications
You must be signed in to change notification settings - Fork 338
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
Vue3 Support #545
Comments
If you're trying out Vue 3 (like I am), I created a quick fork that seems to have https://github.com/paulshen/v-tooltip/tree/vue3 You can use it in your project by updating your "dependencies": {
"v-tooltip": "https://github.com/paulshen/v-tooltip.git#vue3"
} |
Hey @paulshen your fix is working with Vue3, we are using your fork, so if you plan to delete it please let me know so I can fork it to our side. Any plans to push for PR :) ? |
@Akryum will there be a version for Vue 3 , some people are saying this is abandonware? |
Just noticed that versions above 2 are not working without webpack :( Needed to change my script from <script src="https://unpkg.com/v-tooltip"></script>to <script src="https://unpkg.com/v-tooltip@2.1.2/dist/v-tooltip.min.js"></script>I think its only the "process.env.NODE_ENV" references... |
the fork doesn't work for me : ( |
Any progress on an official Vue 3 version? |
Same here :( The fork is not working for me either. @Akryum can you let us know if you plan on supporting Vue 3 or not ? Thx |
For @paulshen fork to work make sure you are including the reference to the tooltip package in dependencies still.
Then do a Worked for me. |
The above fix worked nicely. I'm sure full support is close, but would it be possible to add this Vue 3 exception to the docs in the meantime? I totally missed this and spent about 40 minutes questioning my sanity because |
@paulshen thanks for doing that and sharing it! |
Thanks for the good work @paulshen I can confirm that it's working without referencing
|
The @paulshen version of the v-tooltip is working us but attempting the v-popover component results in a runtime errors:
and
I'm assuming that @paulshen effort was specific to making the v-tooltip working and not necessarily to have the v-popover working. Has anybody else gotten this to work? We're unfortunately getting pretty desperate for the vue3 component support and the last message I've seem from @Akryum about the topic is that a release will be "Very soon!". Does anybody have news about the alpha being close to done and the potential for this component officially be moved to vue3? Sample code used:
|
Vue 3 support is here with v-tooltip@4.0.0-alpha.1
|
Learn more on v-tooltip v3 & v4 |
@Akryum TY 👍🏻 |
Is there a timeline for upgrading v-tooltip and v-popover to support Vue3?
Vue3 is currently at Release Candidate 5 and is supposed to be released soon.
The text was updated successfully, but these errors were encountered: