Skip to content

Commit

Permalink
fix: missed symbol (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
chikara-chan authored and QingWei-Li committed Sep 13, 2017
1 parent c476e49 commit 6c702d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Then you can immediately write Vue code at Markdown file. `new Vue({ el: '#main'
<ul>
<li v-for="i in 10">{{ i }}</li>
</ul>
``
```

<ul>
<li v-for="i in 10">{{ i }}</li>
Expand Down

0 comments on commit 6c702d3

Please sign in to comment.