Skip to content
This repository was archived by the owner on Apr 21, 2022. It is now read-only.

Commit 312708b

Browse files
committed
test: update fixture
1 parent 3d4e250 commit 312708b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/fixtures/test.wxml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<template name="staffName">
22
<view>FirstName: {{firstName}}, LastName: {{lastName}}</view>
33
<view>FirstName: {{firstName}}, LastName: {{lastName}}</view>
4+
<div wx:for="{{ array }}" wx:for-item="it" wx:for-index="$index">{{it}}{{$index}}</div>
45
</template>
56
<template is="staffName" data="{{...staffA}}"></template>
67
<template is="staffName" data="{{...staffB}}"></template>

0 commit comments

Comments
 (0)