Closed
Description
Documentation issue
- Reporting a typo
- Reporting a documentation bug
- Documentation improvement
- Documentation feedback
Is there a specific documentation page you are reporting?
Additional context or description
In the first example,
validFeeback
computed property need not check if state istrue
as it is the valid state feedback.invalidFeedback
computed property need not checkthis.name.length > 4
because then the state would be valid and this property would not be used.