File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ can be simplified to:
4848
4949``` html
5050<my-component >
51- <template scope =" { id, text }" >
51+ <template slot- scope =" { id, text }" >
5252 <span >{{ id }} {{ text }}</span >
5353 </template >
5454</my-component >
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ export default {
4747
4848``` html
4949<my-component >
50- <template scope =" { id, text }" >
50+ <template slot- scope =" { id, text }" >
5151 <span >{{ id }} {{ text }}</span >
5252 </template >
5353</my-component >
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ export default {
4848
4949``` html
5050<my-component >
51- <template scope =" { id, text }" >
51+ <template slot- scope =" { id, text }" >
5252 <span >{{ id }} {{ text }}</span >
5353 </template >
5454</my-component >
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Pode ser simplificado para:
4848
4949``` html
5050<my-component >
51- <template scope =" { id, text }" >
51+ <template slot- scope =" { id, text }" >
5252 <span >{{ id }} {{ text }}</span >
5353 </template >
5454</my-component >
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ export default {
4848
4949``` html
5050<my-component >
51- <template scope =" { id, text }" >
51+ <template slot- scope =" { id, text }" >
5252 <span >{{ id }} {{ text }}</span >
5353 </template >
5454</my-component >
You can’t perform that action at this time.
0 commit comments