[Vuejs]-How to pass v-for variable from view to component

0👍

You don’t need to use this in the Vue template

<delivery-add :client_hashid="client.client_hashid"></delivery-add>

Leave a comment