File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ Using `$loadingRouteData` in templates:
108
108
<div v-if =" $loadingRouteData" >Loading ...</div >
109
109
<div v-if =" !$loadingRouteData" >
110
110
<user-profile user =" {{user}}" ></user-profile >
111
- <user-post v-repeat =" post in posts" ></user-post >
111
+ <user-post v-for =" post in posts" ></user-post >
112
112
</div >
113
113
</div >
114
114
```
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ route: {
107
107
<div v-if =" $loadingRouteData" >Loading ...</div >
108
108
<div v-if =" !$loadingRouteData" >
109
109
<user-profile user =" {{user}}" ></user-profile >
110
- <user-post v-repeat =" post in posts" ></user-post >
110
+ <user-post v-for =" post in posts" ></user-post >
111
111
</div >
112
112
</div >
113
113
```
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ route: {
106
106
<div v-if =" $loadingRouteData" >Loading ...</div >
107
107
<div v-if =" !$loadingRouteData" >
108
108
<user-profile user =" {{user}}" ></user-profile >
109
- <user-post v-repeat =" post in posts" ></user-post >
109
+ <user-post v-for =" post in posts" ></user-post >
110
110
</div >
111
111
</div >
112
112
```
You can’t perform that action at this time.
0 commit comments