Below is the code to iterate through the elements of teamLeaderOfWithDescendants
<option :value="item.user_id" v-for="item in teamLeaderOfWithDescendants">
{{item.user_full_name}}
</option>
Is there a way to prioritize the row where item.user_id
=== currentUserId
and display it in the first position?