vuejs check word está disponível na string ou não

<v-btn
  color="primary"
  (... other things)
  :target="x.link.includes('http') ? '_blank' : ''"
>
Angry Albatross