Closed pablodz closed 3 months ago
Hi, If you are using shadcn-vue
inside a JavaScript project you need to wait until detypes
supports ts
--- transform --> js
correctly
This is also duplicated
https://github.com/radix-vue/shadcn-vue/issues/647 https://github.com/radix-vue/shadcn-vue/issues/378
Thanks! manually fixing works btw
Reproduction
bunx shadcn-vue@latest add progress
Describe the bug
When adding progress, the code exported to vue on ui folder is wrong
components/ui/progress/Progress.vue
notice the wrong part
)]"
that should be)"
System Info
Contributes