You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi , i have a component <image-upload></image-upload> but i used it in v-for so i need to send the current index to component to use it when dispatch event , so how could i use something like <image-upload index="{{ $index }}"></image-upload> ?