Skip to content
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-pane时,Tabs不会联动! #155

Closed
weijj0528 opened this issue Jan 2, 2017 · 1 comment
Closed

添加Tab-pane时,Tabs不会联动! #155

weijj0528 opened this issue Jan 2, 2017 · 1 comment

Comments

@weijj0528
Copy link

updateNav () 更新 Tabs 方法只是在初始化完成与关闭Tab-pane 时有调用,临时解决是在 activeKey 改变时增加调用!
watch: {
activeKey () {
this.updateNav();
this.updateBar();
}
}

@YangYongAn
Copy link

this.updateNav();
this.updateBar();
应该怎么写

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants