Commit d295551f authored by cinwell.li's avatar cinwell.li Committed by GitHub

Merge pull request #201 from baiyaaaaa/master

fixed tabs
parents ced330ec 6cc51229
## 更新日志
### 1.0.0-rc.6
*2016-XX-XX*
- 修复 Tabs 切换后 Tab-panel 被销毁的问题
### 1.0.0-rc.5
*2016-09-30*
......
......@@ -57,7 +57,7 @@
</script>
<template>
<div class="el-tab-pane" v-if="show && $slots.default">
<div class="el-tab-pane" v-show="show && $slots.default">
<slot></slot>
</div>
</template>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment