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
We should add a way to test the scoped slots. For example, <slot v-for="..." :item="item" :index="index" /> ➡️ We should be able to test the values of item and index in the slot.