Skip to content

Commit 4b97744

Browse files
committed
remove semi-colon
1 parent a728f32 commit 4b97744

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)