Vux: cell的is-link属性加上,没有箭头显示

Created on 24 May 2017  ·  2Comments  ·  Source: airyland/vux

:title="11"
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>
componencell 无细节

Most helpful comment

可能是因为外层没有加上Group组件

All 2 comments

既然 demo 没问题,出问题就是你自己的使用问题了。
上面并没有任何可以帮助解决问题的线索。建议你对照下官网 demo 审查下样式吧。

可能是因为外层没有加上Group组件

Was this page helpful?
0 / 5 - 0 ratings

Related issues

GloriaCHL picture GloriaCHL  ·  4Comments

hao-li picture hao-li  ·  3Comments

FlyArtist picture FlyArtist  ·  3Comments

lkangd picture lkangd  ·  5Comments

hezhiwen940420 picture hezhiwen940420  ·  4Comments