4 lines
159 B
Plaintext
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> |