You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/guide/list.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -44,9 +44,9 @@ var demo = new Vue({
44
44
})
45
45
</script>
46
46
47
-
## Block Repeat
47
+
## Fragment Repeat
48
48
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:
0 commit comments