oumoussa98 / vue3-infinite-loading

Infinite scroll component compatible with vuejs-3 and vitejs
https://vue3-infinite-loading.netlify.app/
191 stars 31 forks source link

[HELP] Does it support typescript import? #69

Open kusman28 opened 1 year ago

kusman28 commented 1 year ago

Import via component image

Trying to use it globally image

Under nuxt.config.ts plugins image

Got this error. image

oumoussa98 commented 1 year ago

I couldn't reproduce this, it works just fine for me. can you please provide a repro case?

kf99916 commented 1 year ago

I also encounter the similar issue with the error message when I upgraded to v1.3: export 'default' (imported as 'InfiniteLoading') was not found in 'v3-infinite-loading' (module has no exports) v1.2 has no this issue.