Javascript – How the I select the first in an array within a Vue computed property?
I am trying to use a computed property to filter out a specific answer so that I can then use v-if to display this content if it is true, but my answer has an array in it, it only ever…