N00ts / vue3-treeview

a simple treeview in vue js 3
MIT License
71 stars 61 forks source link

not work with vue 3 typescript #23

Closed sameerFront closed 1 year ago

sameerFront commented 1 year ago

i just create vue3 typescript , its like stuck and not working image

and click (open children) not work image

N00ts commented 1 year ago

Hey, can you provide reproduction env ?

sameerFront commented 1 year ago

its in development env not reproduction

N00ts commented 1 year ago

If don't see your code how am i supposed to tell you what is wrong ? Can you provide a candesandbox ?

N00ts commented 1 year ago

Maybe just declare module in your d.ts file ? like "declare module 'vue3-treeview';" ?

N00ts commented 1 year ago

looks like it is duplicate of 10