Skip to content

Commit 3782c4f

Browse files
committed
Merge pull request #119 from vuejs-jp/fix/typo
remove semi-colon
2 parents ed067be + 4b97744 commit 3782c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/guide/list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ new Vue({
274274
data: {
275275
val: 3
276276
}
277-
});
277+
})
278278
```
279279
**Result:**
280280
<ul id="range" class="demo"><li v-repeat="val">Hi! {&#123;$index&#125;}</li></ul>

0 commit comments

Comments
 (0)