From 7251277dff203aaa383ac993f7100b326bbe35d2 Mon Sep 17 00:00:00 2001 From: okoala Date: Sat, 24 Oct 2015 12:35:23 +0800 Subject: [PATCH] v-html="html" should be same as {{{html}}} --- src/api/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/index.md b/src/api/index.md index 03735971b0..7124137a8d 100644 --- a/src/api/index.md +++ b/src/api/index.md @@ -1434,7 +1434,7 @@ type: api ``` html
-
{{html}}
+
{{{html}}}
``` ### v-if