3👍
✅
Just use your v-model as the statement to check.
Ex.
<div v-if="form.claimType === 'Option 1'">
<span>Show me </span>
</div>
Source:stackexchange.com