vuejs проверяется слово в строке или нет
<v-btn
color="primary"
(... other things)
:target="x.link.includes('http') ? '_blank' : ''"
>
Angry Albatross
<v-btn
color="primary"
(... other things)
:target="x.link.includes('http') ? '_blank' : ''"
>