We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6e6f1d commit 50257a5Copy full SHA for 50257a5
benchmarks/ssr/common.js
@@ -45,8 +45,8 @@ module.exports = {
45
template: '<td class="item">' +
46
// 25 plain elements for each cell
47
'<ul class="yoyo">' +
48
- '<li class="hihi" v-for="i in 5">' +
49
- '<span v-for="i in 5">fsefs</span>' +
+ `<li v-for="i in 5" :class="'hihi' + i">` +
+ `<span :id="i + '_' + j" v-for="j in 5">fsefs</span>` +
50
'</li>' +
51
'</ul>' +
52
'</td>'
0 commit comments