Javascript – Manage v-model value in a v-select created in a v-for
I have a table of members created by a v-for and some users can manage other members based on their role. I implemanted some check to prevent some role to intervene but the complete list of check is done in…