Having the ability to have comma separated booleans or even multiple booleans with minimal logic (and/or) in a single v-show would be great.
Thanks for the awesome tool.
You can use inline expressions like (a && b) || c, if you need something more complex, consider using a computed property.
Ah, thanks! I'll put a PR in the documentation noting this.
Most helpful comment
You can use inline expressions like
(a && b) || c, if you need something more complex, consider using a computed property.