-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tab content does not display when initial tab is the leftmost (first) tab. #43
Comments
@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 ***@***.***> 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
<#43 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAZy48FXvB71OyZfyNII6AZyGGuavObKks5tut_bgaJpZM4TaMta>
.
|
Fix issue cristijora#43
Hello, Is the PR #45 approved? |
@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? 🙂 |
@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.
The text was updated successfully, but these errors were encountered: