vue.js method to determine that the sub-component has been rendered: first execute the relevant services of the parent component, implement the props method to obtain all sub-component configuration information; then call it when the sub-component is loaded, and Just add the "order" attribute to the component.
The operating environment of this tutorial: windows10 system, vue2.9, this article is applicable to all brands of computers.
【Recommended related articles: vue.js】
vue.js method to determine that the sub-component has been rendered:
1. Execute related services of the parent component. Take the following component structure as an example:
2. Implement the method code of props
3. Used to obtain all sub-component configuration information
4. Called by the sub-component when loading is complete
5. Add the "order" attribute to the sub-component, as shown below. The latest configuration content is as follows
6. After all sub-components are loaded, complete the Sort it,
Related free learning recommendations: JavaScript (video)
The above is the detailed content of How does vue.js determine that the subcomponent has been rendered?. For more information, please follow other related articles on the PHP Chinese website!