This commit is contained in:
梁灏 2019-09-04 11:14:54 +08:00
parent 9a9bb5ff71
commit 40aab63e90

View file

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