Skip to content

Commit c992fab

Browse files
committed
Merge pull request #153 from okoala/master
v-html="html" should be same as {{{html}}}
2 parents 057030b + 7251277 commit c992fab

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)