docs: update the toc of components.md to match the content (#1748)

This commit is contained in:
Pierre-Yves Gérardy 2017-03-28 00:19:16 +02:00 committed by Pat Cavit
parent 5d9694cc2e
commit a6bb1d4651

View file

@ -2,9 +2,9 @@
- [Structure](#structure)
- [Lifecycle methods](#lifecycle-methods)
- [Syntactic variants](#syntactic-variants)
- [State](#state)
- [ES6 classes](#es6-classes)
- [Avoid-anti-patterns](#avoid-anti-patterns)
- [Avoid anti-patterns](#avoid-anti-patterns)
### Structure
@ -101,7 +101,7 @@ To learn more about lifecycle methods, [see the lifecycle methods page](lifecycl
---
### Alternate component syntaxes
### Syntactic variants
#### ES6 classes