Skip to content

Commit

Permalink
docs: tweaks (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy authored and ulivz committed May 12, 2018
1 parent 3727153 commit 5caefd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/guide/using-vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Each markdown file is first compiled into HTML and then passed on as a Vue compo

**Output**

<pre><code>{{ 1 + 1 }}</code></pre>
<div class="language-text"><pre><code>{{ 1 + 1 }}</code></pre></div>

### Directives

Expand All @@ -54,7 +54,7 @@ Directives also work:

**Output**

<pre><code><span v-for="i in 3">{{ i }} </span></code></pre>
<div class="language-text"><pre><code><span v-for="i in 3">{{ i }} </span></code></pre></div>

### Access to Site & Page Data

Expand Down
4 changes: 2 additions & 2 deletions docs/zh/guide/using-vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default {

**Output**

<pre><code>{{ 1 + 1 }}</code></pre>
<div class="language-text"><pre><code>{{ 1 + 1 }}</code></pre></div>

### 指令

Expand All @@ -54,7 +54,7 @@ export default {

**Output**

<pre><code><span v-for="i in 3">{{ i }} </span></code></pre>
<div class="language-text"><pre><code><span v-for="i in 3">{{ i }} </span></code></pre></div>

### 访问网站以及页面的数据

Expand Down

0 comments on commit 5caefd9

Please sign in to comment.