javascript - In vue, after the parent component is instantiated, will the child component also be instantiated?
给我你的怀抱
给我你的怀抱 2017-05-19 10:44:40
0
1
557

In vue, after the parent component is instantiated, will the child component also be instantiated?

If not, how to instantiate the subcomponent

给我你的怀抱
给我你的怀抱

reply all(1)
迷茫

Vue’s components are tree-shaped.
In other words, when the parent component is instantiated, the child component will also be instantiated.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template