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

support for vue 2.7 #356

Open
fessacchiotto opened this issue Nov 14, 2022 · 3 comments
Open

support for vue 2.7 #356

fessacchiotto opened this issue Nov 14, 2022 · 3 comments

Comments

@fessacchiotto
Copy link

hi! i'm using your library for a long time. i've a vue2 large application which I am going to port first to vue 2.7 (naruto) and then hopefully to vue3. as vue2.7 embed the vue-composition-api functionalities, i'll remove it from the project. but because of this you library is no longer working. i'm just using three hooks: useState, useRouter and useMutations. how do you recommend to proceed to update your library? any help is much appreciated!

@fessacchiotto
Copy link
Author

hi! any help on this? thank you!

@u3u
Copy link
Owner

u3u commented Apr 6, 2023

@fessacchiotto
Copy link
Author

@fessacchiotto You can try https://github.com/vueuse/vueuse

hi! how do you see vueUse replacing, for example, something like:

const {
          runningSent,
          numberReceived,
      } = useState("mvvModule", [
          "runningSent",
          "numberReceived",
]);

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