Skip to content
On this page

HeightTransition

实例

Spicy Rabbit!!!

html
<MtButton @click="changeShow" type="danger">
    {{ show1 ? '关闭' : '开启' }}
</MtButton>
<MtHeightTransition :is-show="show1">
    <h1 style="margin: 10px 0px;">
        Spicy Rabbit!!!
    </h1>
</MtHeightTransition>
折叠

参数

参数说明类型可选值默认值
is-show是否折叠Boolean——true false