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
{{ message }}
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
I am generating tab-content using a v-for, as per the example in issue #42. The tabs themselves are being generated correctly, but the tabs list at the top simply shows a list of tab titles. I also get the following warning in the console:
Prop startIndex set to 0 is greater than the number of tabs - 0.
The tabs work perfectly, I can navigate through them using the Next and Previous buttons.
Code included below. Not included is the generation of the pages array, but it's an array of objects.
I am generating tab-content using a v-for, as per the example in issue #42. The tabs themselves are being generated correctly, but the tabs list at the top simply shows a list of tab titles. I also get the following warning in the console:
Prop startIndex set to 0 is greater than the number of tabs - 0.
The tabs work perfectly, I can navigate through them using the Next and Previous buttons.
Code included below. Not included is the generation of the pages array, but it's an array of objects.
What am I missing here?
The text was updated successfully, but these errors were encountered: