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

Add vue3 version #345

Open
simonbuehler opened this issue Feb 10, 2021 · 5 comments
Open

Add vue3 version #345

simonbuehler opened this issue Feb 10, 2021 · 5 comments

Comments

@simonbuehler
Copy link

hi,

would be nice if the dependency on @vue/composition-api could be dropped for a new vue3 version of the package!

@JonasWijne
Copy link

This would be really nice

@simonbuehler
Copy link
Author

simonbuehler commented Feb 11, 2021

i guess the work is halfway done in f843382 ?

@simonbuehler
Copy link
Author

@Tarektouati could you release a vue-use-web@next version from the next branch?

@adi518
Copy link

adi518 commented Mar 4, 2021

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)

@MCYouks
Copy link

MCYouks commented Dec 6, 2021

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants