You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hii @johnsoncodehk , I noticed it today that when I use vue-tsc to emit declarations for vue components, it doesn't remove comments when the props are declared without withDefaults. When I wrap defineProps inside withDefaults it removes comments.
hii @johnsoncodehk , I noticed it today that when I use
vue-tsc
to emit declarations for vue components, it doesn't remove comments when the props are declared withoutwithDefaults
. When I wrapdefineProps
insidewithDefaults
it removes comments.steps to reproduce
npm run build:lib
lib/dist/components
Let me know if you need more clarity.
The text was updated successfully, but these errors were encountered: