Skip to content

Commit 50257a5

Browse files
committed
chore: cover more cases in ssr bench
1 parent d6e6f1d commit 50257a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: benchmarks/ssr/common.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ module.exports = {
4545
template: '<td class="item">' +
4646
// 25 plain elements for each cell
4747
'<ul class="yoyo">' +
48-
'<li class="hihi" v-for="i in 5">' +
49-
'<span v-for="i in 5">fsefs</span>' +
48+
`<li v-for="i in 5" :class="'hihi' + i">` +
49+
`<span :id="i + '_' + j" v-for="j in 5">fsefs</span>` +
5050
'</li>' +
5151
'</ul>' +
5252
'</td>'

0 commit comments

Comments
 (0)