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:
108108 <div v-if =" $loadingRouteData" >Loading ...</div >
109109 <div v-if =" !$loadingRouteData" >
110110 <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 >
112112 </div >
113113</div >
114114```
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ route: {
107107 <div v-if =" $loadingRouteData" >Loading ...</div >
108108 <div v-if =" !$loadingRouteData" >
109109 <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 >
111111 </div >
112112</div >
113113```
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ route: {
106106 <div v-if =" $loadingRouteData" >Loading ...</div >
107107 <div v-if =" !$loadingRouteData" >
108108 <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 >
110110 </div >
111111</div >
112112```
You can’t perform that action at this time.
0 commit comments