File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
docs/guides/200-basic_building_blocks Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -426,7 +426,7 @@ onclick emit: 'my-event' do
426
426
end
427
427
```
428
428
429
- Read more about the [ transition component] ( /docs/api/100-components/onclick.md ) .
429
+ Read more about the [ onclick component] ( /docs/api/100-components/onclick.md ) .
430
430
431
431
** toggle**
432
432
@@ -439,7 +439,7 @@ toggle show_on: 'my-event', hide_after: 2000 do
439
439
end
440
440
```
441
441
442
- Read more about the [ transition component] ( /docs/api/100-components/toggle.md ) .
442
+ Read more about the [ toggle component] ( /docs/api/100-components/toggle.md ) .
443
443
444
444
** action**
445
445
@@ -475,20 +475,20 @@ In the example above, clicking the "Delete" button will trigger an asynchronous
475
475
476
476
We recommend defining the expected hash parameter for ` action ` components in a method, because they can get quite large.
477
477
478
- Read more about the [ transition component] ( /docs/api/100-components/action.md ) .
478
+ Read more about the [ action component] ( /docs/api/100-components/action.md ) .
479
479
480
480
** forms**
481
481
482
- Read more about the [ transition component] ( /docs/api/100-components/forms.md ) .
482
+ Read more about the [ forms component] ( /docs/api/100-components/forms.md ) .
483
483
484
484
** async**
485
485
486
- Read more about the [ transition component] ( /docs/api/100-components/async.md ) .
486
+ Read more about the [ async component] ( /docs/api/100-components/async.md ) .
487
487
488
488
** isolated**
489
489
490
- Read more about the [ transition component] ( /docs/api/100-components/isolated.md ) .
490
+ Read more about the [ isolated component] ( /docs/api/100-components/isolated.md ) .
491
491
492
492
** collection**
493
493
494
- Read more about the [ transition component] ( /docs/api/100-components/collection.md ) .
494
+ Read more about the [ collection component] ( /docs/api/100-components/collection.md ) .
You can’t perform that action at this time.
0 commit comments