view-design / ViewUI

A high quality UI Toolkit built on Vue.js 2.0
https://www.iviewui.com/
Other
2.65k stars 797 forks source link

tabs标签页不能动态显示隐藏 #432

Open youanjun opened 4 years ago

youanjun commented 4 years ago
jinceon commented 4 years ago

https://run.iviewui.com/3PDJXYw4

和我遇到的应该是同一个问题。 上面是我的复现代码。 v-if默认是show=false,这时tabs是正常运行和显示的。 点击按钮后,show=true,tab确实显示出来了。但是样式是乱的

youanjun commented 4 years ago

对的我也是这样,请问你解决了吗

------------------ 原始邮件 ------------------ 发件人: "JinCeon"<notifications@github.com>; 发送时间: 2020年6月20日(星期六) 下午5:43 收件人: "view-design/ViewUI"<ViewUI@noreply.github.com>; 抄送: "倦笑 浮华三千不诉离殇"<953244287@qq.com>; "Author"<author@noreply.github.com>; 主题: Re: [view-design/ViewUI] tabs标签页不能动态显示隐藏 (#432)

https://run.iviewui.com/3PDJXYw4

和我遇到的应该是同一个问题。 上面是我的复现代码。 v-if默认是show=false,这时tabs是正常运行和显示的。 点击按钮后,show=true,tab确实显示出来了。但是样式是乱的

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

Magty commented 4 years ago

可以给每个TabPane传递index属性 从小到大