-
Notifications
You must be signed in to change notification settings - Fork 41
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
Add vue3 version #345
Comments
This would be really nice |
i guess the work is halfway done in f843382 ? |
@Tarektouati could you release a vue-use-web@next version from the next branch? |
Please release asap. In the meantime it can be worked around like so (using vite.js): export default defineConfig({
+ resolve: {
+ alias: [
+ {
+ find: "@vue/composition-api",
+ replacement: "vue",
+ },
+ ],
+ },
plugins: [vue()],
}); Source: vitejs/vite#279 (comment) |
Hi all, any update on the Vue 3 migration? 🙂 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi,
would be nice if the dependency on @vue/composition-api could be dropped for a new vue3 version of the package!
The text was updated successfully, but these errors were encountered: