Skip to content

Commit 8b9fb38

Browse files
committed
block -> fragment
1 parent 9d6a173 commit 8b9fb38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/guide/list.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ var demo = new Vue({
4444
})
4545
</script>
4646

47-
## Block Repeat
47+
## Fragment Repeat
4848

49-
Sometimes you might want to repeat a block of more than one nodes - in that case, you can use a `<template>` tag to wrap the repeat block. The `<template>` tag here merely serves as a semantic wrapper. For example:
49+
Sometimes you might want to repeat a fragment of more than one nodes - in that case, you can use a `<template>` tag to wrap the repeat fragment. The `<template>` tag here merely serves as a semantic wrapper. For example:
5050

5151
``` html
5252
<ul>

0 commit comments

Comments
 (0)