layout | title | label | permalink | nav_order | parent |
---|---|---|---|---|---|
page |
Using Condition in Web-Components |
Condition :if |
/usage-web-components/condition/ |
2 |
Usage |
Conditionally display a tag and its descendants.
Example: <p :if="state.count < 5">Less than 5</p>
will be displayed if the condition is met.