Blame view

dist/components/wxParseImg$68bef162.wxml 361 Bytes
ce4c83ff   wxy   初始提交
1
2
3
  <template name="wxParseImg$68bef162">
    <image mode="{{node.attr.mode}}" lazy-load="{{node.attr.lazyLoad}}" data-src="{{node.attr.src}}" src="{{node.attr.src}}" bindtap="handleProxy" bindload="handleProxy" data-eventid="{{'0'}}" data-comkey="{{$k}}" class="_image data-v-ed8f6740 {{node.classStr}}" style=" {{newStyleStr || node.styleStr}}"></image>
  </template>