Runtime Error
ShowKeyNotAllowed
The key was provided to the
data-show
attribute.
The data-show
attribute must only have a value, representing an expression evaluating to true
or false
, which determines whether to show or hide the element, respectively.
Example:
1<div data-show="$foo"></div>
See the docs for the data-show
attribute.