From a8876c80ac963741c083397b31f6c3ad23873d17 Mon Sep 17 00:00:00 2001 From: okoala Date: Sat, 24 Oct 2015 11:42:13 +0800 Subject: [PATCH] v-html="html" should be same as {{{html}}} --- source/api/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/api/index.md b/source/api/index.md index 5cdfef7928..94da37d1bc 100644 --- a/source/api/index.md +++ b/source/api/index.md @@ -1434,7 +1434,7 @@ type: api ``` html
-
{{html}}
+
{{{html}}}
``` ### v-if