-
-
Notifications
You must be signed in to change notification settings - Fork 506
Closed as not planned
Labels
enhancementNew feature or requestNew feature or requestwontfixThis will not be worked onThis will not be worked on
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
enhancementNew feature or requestNew feature or requestwontfixThis will not be worked onThis will not be worked on
