Skip to content

Bringing Vue 3 support to Vuesax 3 #1014

@lk77

Description

@lk77

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions