Skip to content

Commit 0707f1c

Browse files
committed
add reactive-value-coerce-precedence test against regression (#3564)
1 parent abcfa6c commit 0707f1c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
export default {
2+
html: `
3+
<h1>true</h1>
4+
`
5+
};
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<h1>{1 === 1}</h1>

0 commit comments

Comments
 (0)