2024-12-03 13:56:22 +08:00

4 lines
159 B
Plaintext

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