Skip to content

Commit fa172d2

Browse files
committed
escape Vue template's {{}}
1 parent f469b38 commit fa172d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/src/components/Hello.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<div class="hello">
2-
<h1>{{ msg }}</h1>
2+
<h1>\{{ msg }}</h1>
33
</div>

0 commit comments

Comments
 (0)