hello-component.wxml 159 B

1234
  1. <!--plugin/components/hello-component.wxml-->
  2. <view class="container">
  3. <text class="item" wx:key="{{ items }}" wx:for="{{ items }}">{{ item }}</text>
  4. </view>