4 lines
242 B
Plaintext
4 lines
242 B
Plaintext
<view class="_root {{selectable?'_select':''}}" style="{{containerStyle}}">
|
|
<slot wx:if="{{!nodes[0]}}" />
|
|
<node id="_root" childs="{{nodes}}" opts="{{[lazyLoad,loadingImg,errorImg,showImgMenu,selectable]}}" catchadd="_add" />
|
|
</view> |