parser.wxml 229 B

123
  1. <!--parser 主组件-->
  2. <slot wx:if="{{!nodes.length}}" />
  3. <trees class="top" style="{{selectable?'user-select:text;-webkit-user-select:text;':''}}{{showAm}}" lazy-load="{{lazyLoad}}" loading="{{loadingImg}}" nodes="{{nodes}}" />