Vuejs Check Word tersedia dalam string atau tidak
<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' : ''"
>