From 8828aeceba512dba6af24ea7b88011cc6b0a96c4 Mon Sep 17 00:00:00 2001 From: Takuma Hanatani Date: Mon, 13 Feb 2017 16:03:43 +0900 Subject: [PATCH 1/2] =?UTF-8?q?render=E9=96=A2=E6=95=B0=E3=81=AE=E3=82=BB?= =?UTF-8?q?=E3=82=AF=E3=82=B7=E3=83=A7=E3=83=B3=E3=81=AE=E3=82=B5=E3=83=B3?= =?UTF-8?q?=E3=83=97=E3=83=AB=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From a50ba74673a808aadfbc98f1215adab0e563edec Mon Sep 17 00:00:00 2001 From: Takuma Hanatani Date: Mon, 13 Feb 2017 16:06:52 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=E3=82=B5=E3=83=B3=E3=83=97=E3=83=AB?= =?UTF-8?q?=E3=82=B3=E3=83=BC=E3=83=89=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/v2/guide/render-function.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/v2/guide/render-function.md b/src/v2/guide/render-function.md index 0365e9481..3b8155df0 100644 --- a/src/v2/guide/render-function.md +++ b/src/v2/guide/render-function.md @@ -543,6 +543,7 @@ Vue.component('smart-list', {
{{ result.render }}
_m({{ index }}): {{ fn }}
+
{{ result.staticRenderFns }}
@@ -555,7 +556,9 @@ new Vue({ data: { templateText: '\
\n\ -

I\'m a template!

\n\ +
\n\ +

I\'m a template!

\n\ +
\n\

\n\ {{ message }}\n\

\n\ @@ -602,7 +605,7 @@ console.error = function (error) { } #vue-compile-demo textarea { width: 100%; - + font-family: monospace; } {% endraw %}