is-link
:border-intent="false"
:arrow-direction="showContent001 ? 'up' : 'down'"
@click.native="showContent001 = !showContent001">
<template v-if="showContent001">
<cell-box :border-intent="false" class="sub-item" is-link>content 001</cell-box>
<cell-box class="sub-item" is-link>content 001</cell-box>
<cell-box class="sub-item" is-link>content 001</cell-box>
既然 demo 没问题,出问题就是你自己的使用问题了。
上面并没有任何可以帮助解决问题的线索。建议你对照下官网 demo 审查下样式吧。
可能是因为外层没有加上Group组件
Most helpful comment
可能是因为外层没有加上Group组件