Open PSalmers opened 6 years ago
@mattrw89 seems to have solved the problem on this fork https://github.com/mattrw89/vue-tabs.
Hello,
Yes. I solved the issue and did not have time to create a PR yet! Sorry. Feel free to do so.
On Thu, May 3, 2018 at 6:45 AM bicienzu notifications@github.com wrote:
@mattrw89 https://github.com/mattrw89 seems to have solved the problem on this fork https://github.com/mattrw89/vue-tabs.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/cristijora/vue-tabs/issues/43#issuecomment-386255845, or mute the thread https://github.com/notifications/unsubscribe-auth/AAZy48FXvB71OyZfyNII6AZyGGuavObKks5tut_bgaJpZM4TaMta .
Hello,
Is the PR #45 approved? It would be great if we had this functional, and avoid telling our ppl to click on tab to activate the content of the initial left most tab. 👍
@cristijora Could you perhaps push this fix to a new release? I'm using this package in the Vue Light Dashboard template and I'm also suffering from this bug :)
Thanks in advance!
@cristijora Could you perhaps push this fix to a new release? I'm using this package in the Vue Light Dashboard template and I'm also suffering from this bug :)
Thanks in advance!
@cristijora Bump ^_^
@cristijora I'm using this from npm and I'm getting exactly the same bug
@cristijora any chance you'll have time to do a new release soon? :slightly_smiling_face:
@cristijora the npm package is outdated... it would be really great to have this new realease. 👍
Bump, please create a new release!
ping
https://jsfiddle.net/psalmers/qch0sre4/3/
We are trying to initialize tabs programmatically, and when the value denoting the first tab declared in the dom is the initial value passed to v-model, the first tab's content does not display. Tabs other than the first tab correctly initialize. I have recreated this in the above fiddle based on the demo on how to programmatically set tabs.