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/components.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -472,14 +472,14 @@ var parent2 = new Vue({
472
472
})
473
473
</script>
474
474
475
-
### Repeat Component with Identifier
475
+
### Repeat Component with alias
476
476
477
-
The identifier syntax also works when using a component, and the repeated data will be set as a property on the component using the identifier as the key:
477
+
The alias syntax also works when using a component, and the repeated data will be set as a property on the component using the alias as the key:
478
478
479
479
```html
480
480
<ulid="list-example">
481
481
<!-- data available inside component as `this.user` -->
0 commit comments