diff --git a/docs/guide/using-vue.md b/docs/guide/using-vue.md index 87703f5d60..fcc5d22968 100644 --- a/docs/guide/using-vue.md +++ b/docs/guide/using-vue.md @@ -40,7 +40,7 @@ Each markdown file is first compiled into HTML and then passed on as a Vue compo **Output** -
{{ 1 + 1 }}
+
{{ 1 + 1 }}
### Directives @@ -54,7 +54,7 @@ Directives also work: **Output** -
{{ i }} 
+
{{ i }} 
### Access to Site & Page Data diff --git a/docs/zh/guide/using-vue.md b/docs/zh/guide/using-vue.md index 3a9dbca08c..a82b640e4d 100644 --- a/docs/zh/guide/using-vue.md +++ b/docs/zh/guide/using-vue.md @@ -40,7 +40,7 @@ export default { **Output** -
{{ 1 + 1 }}
+
{{ 1 + 1 }}
### 指令 @@ -54,7 +54,7 @@ export default { **Output** -
{{ i }} 
+
{{ i }} 
### 访问网站以及页面的数据