[Vuejs]-Outputting a null var in a if statement?

-1👍

You should remove the extra brackets because it’s not a valid vue template syntax

v-if="$myVar || $thirdPartVar"

Leave a comment