lusaxweb/vuesax-next

Vuesax vue 3

FabienRakoto opened this issue · 2 comments

Hey guys how can import vuesax on vue 3
i still have this error TypeError: Cannot read property 'extend' of undefined, then i try to import it

my code :

import Vuesax from 'vuesax'

const app = createApp(App)

app.use( Vuesax)

Hello, Vue 3 is not yet supported with Vuesax, it's a work in progress as you can see there :
#59 (comment)

Following