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
The v-link component is no longer recognizing the $index variable when nested inside of a v-for. This worked previously, confirmed in [email protected] and 0.7.8. As of [email protected] this is no longer working.
The resulting URL ends up looking like /:index rather than /0
The v-link component is no longer recognizing the $index variable when nested inside of a v-for. This worked previously, confirmed in [email protected] and 0.7.8. As of [email protected] this is no longer working.
The resulting URL ends up looking like /:index rather than /0
Fiddle
The text was updated successfully, but these errors were encountered: