warpcgd / vue-concise-slider

vue-concise-slider,A simple vue sliding component
https://warpcgd.github.io/vue-concise-slider/#/
918 stars 186 forks source link

Import problem with vite and vue 3.3.4 #171

Open jmbess opened 1 year ago

jmbess commented 1 year ago

hi,

So im trying to import via import {slider, slideritem} from 'vue-concise-slider in vue 3 and ts as lang, but i get a 'cannot find declaration file for module error. I created the declaration file, then this was gone, but when i build and run i see a 't2._self' is undefined error. Please suggest what to do in this case.

MrZhang3512 commented 1 year ago

me too