Dependencies
- Dependencies is a structure that expresses dependencies between components. It accepts two fields
- slots
- adapter
- slots
- It mainly contains three aspects of information
- The adapter that the component depends on (used to build a high-performance ListView).
- Is a combination of subComponent | subAdapter + connector。
- Sample Code