Answers for "ternary operator in vue in html"

2

ternary vuejs

<!-- ternary operator in vuejs -->

<p>{{data.text != null ? data.text : 'text = null'}}</p>

<!-- Test ? if true : if false -->
Posted by: Guest on August-20-2021

Code answers related to "ternary operator in vue in html"

Browse Popular Code Answers by Language