6203 fixed

#6203 bug fixed
This commit is contained in:
mo.duan 2019-08-26 16:42:17 +08:00
parent 4e2f04198d
commit e61df0d038
2 changed files with 58 additions and 1 deletions

View file

@ -1,5 +1,5 @@
<template>
<div :class="prefixCls" v-show="show" :style="contentStyle"><slot></slot></div>
<div :class="prefixCls" v-if="show" :style="contentStyle"><slot></slot></div>
</template>
<script>
const prefixCls = 'ivu-tabs-tabpane';