l-show Directive
l-show allows you to toggles display: none; on an element based on whether the expression returns true or false.
Syntax: <p l-show="[expression]">...</p>
Example: <p l-show="key">...</p>
l-show allows you to toggles display: none; on an element based on whether the expression returns true or false.
Syntax: <p l-show="[expression]">...</p>
Example: <p l-show="key">...</p>