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
you can donwload the repos and build. after it, import a component like NBtn (it's the custom btn) you will see that vscode don't propose some props and props types like 'label' etc... you can check index.d.ts file that is inside the bouton folder of the repo to see all props
What is expected?
wrong vscode documentation
What is actually happening?
vscode don't show me the props documentation of builded components
System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered:
Trandx
changed the title
vuejs don't build correctly some types that are declarated in ts file and they are use in vuejs file
vuejs don't build correctly some types that are declarated in ts file and they are used in vuejs file
Aug 23, 2024
I've update my package.json and retry a new build. unfortunaly, the TS doc have not take correctly.
When i check the vue.d.ts, i see that all my types have been clearly expressed.
Vue version
3.4
Link to minimal reproduction
https://github.com/Trandx/ui/tree/develop/ui/src/components/atoms/bouton
Steps to reproduce
you can donwload the repos and build. after it, import a component like NBtn (it's the custom btn) you will see that vscode don't propose some props and props types like 'label' etc... you can check index.d.ts file that is inside the bouton folder of the repo to see all props
What is expected?
wrong vscode documentation
What is actually happening?
vscode don't show me the props documentation of builded components
System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: