Skip to content

Commit 7251277

Browse files
committed
v-html="html" should be same as {{{html}}}
1 parent 057030b commit 7251277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1434,7 +1434,7 @@ type: api
14341434
``` html
14351435
<div v-html="html"></div>
14361436
<!-- same as -->
1437-
<div>{{html}}</div>
1437+
<div>{{{html}}}</div>
14381438
```
14391439

14401440
### v-if

0 commit comments

Comments
 (0)