mirror of https://github.com/ElemeFE/element
fixed tabs
parent
ced330ec73
commit
6cc5122988
|
@ -1,5 +1,11 @@
|
||||||
## 更新日志
|
## 更新日志
|
||||||
|
|
||||||
|
### 1.0.0-rc.6
|
||||||
|
|
||||||
|
*2016-XX-XX*
|
||||||
|
|
||||||
|
- 修复 Tabs 切换后 Tab-panel 被销毁的问题
|
||||||
|
|
||||||
### 1.0.0-rc.5
|
### 1.0.0-rc.5
|
||||||
|
|
||||||
*2016-09-30*
|
*2016-09-30*
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="el-tab-pane" v-if="show && $slots.default">
|
<div class="el-tab-pane" v-show="show && $slots.default">
|
||||||
<slot></slot>
|
<slot></slot>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue