Skip to content

Commit 8669c76

Browse files
committed
-> v3.8.0
1 parent c5439b0 commit 8669c76

File tree

1 file changed

+1
-1
lines changed
  • test/runtime/samples/reactive-value-coerce

1 file changed

+1
-1
lines changed

test/runtime/samples/reactive-value-coerce/_config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export default {
33

44
test: ({ assert, component, target }) => {
55
component.a.b[0] = 2;
6-
component.a = component.a;
6+
component.a = component.a; // eslint-disable-line no-self-assign
77

88
assert.htmlEqual(target.innerHTML, `2-2`);
99
}

0 commit comments

Comments
 (0)