Commit 6cc51229 authored by baiyaaaaa's avatar baiyaaaaa

fixed tabs

parent ced330ec
## 更新日志
### 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