vuesax-next icon indicating copy to clipboard operation
vuesax-next copied to clipboard

Vuesax vue 3

Open FabienRakoto opened this issue 3 years ago • 3 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)

FabienRakoto avatar Jan 15 '21 08:01 FabienRakoto