Open
Description
What problem does this feature solve?
I'm not sure if this can be achieved, but it's indeed a common issue. I need to temporarily ignore a prop of a component or add TS/ESLint/TODO comments for the prop, but currently, doing so causes template errors.
What does the proposed solution look like?
<HelloWorld
<!-- TODO: mock -->
msg="Vite + Vue"
/>
Does not cause template errors
Metadata
Metadata
Assignees
Labels
No labels