You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 slotsThe 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!
The text was updated successfully, but these errors were encountered: