revert #6203
This commit is contained in:
parent
9a9bb5ff71
commit
40aab63e90
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue