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

Bringing Vue 3 support to Vuesax 3 #1014

Open
lk77 opened this issue Jun 24, 2022 · 0 comments
Open

Bringing Vue 3 support to Vuesax 3 #1014

lk77 opened this issue Jun 24, 2022 · 0 comments

Comments

@lk77
Copy link
Contributor

lk77 commented Jun 24, 2022

Hello,

since this package is not maintained anymore,

i ported Vuesax v3 to Vue 3 :

https://github.com/lk77/vuesax
https://www.npmjs.com/package/vuesax3

You can simply do npm i vuesax3 and change your imports and it should work !

All components and functions are now working with Vue 3, but be aware that you need to use the new Vue 3 syntax for each component, for example by replacing :value by :modelValue or use the template element to define slots

The new syntax is now on the docs which was recently upgraded to also work on Vue 3 with the latest vuepress version : https://lk77.github.io/vuesax

thanks!

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

1 participant