0👍
I am not 100% sure that this is what you are looking for, but this should work.
<v-overflow-btn
v-for="(domain, index) in listofSubdomains.subdomain" :key="index"
class="my-2"
v-model='itemSelectSubDomain'
:item-text="domain.name"
:item-value="domain.name"
label="Overflow Btn"
target="#dropdown-example">
</v-overflow-btn>
Good Luck
- [Vuejs]-Set-Cookie not accessible through axios or fetch
- [Vuejs]-Is lazy loading B64 images from vuex Store possible?
Source:stackexchange.com