Skip to content

Commit 55517a1

Browse files
committed
chore: undo the change bench
1 parent 76d55f4 commit 55517a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

playground/src/bench/App.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ const run = wrap('run', () => {
3939
const update = wrap('update', () => {
4040
const _rows = rows.value
4141
for (let i = 0; i < _rows.length; i += 10) {
42-
const row = Object.assign({}, _rows[i], { label: _rows[i].label + ' !!!' })
43-
_rows[i] = row
42+
_rows[i].label += ' !!!'
4443
}
4544
setRows()
4645
})

0 commit comments

Comments
 (0)