Is it possible to pass a component as props and use it in a child Component in Vue?

后端 未结 4 1567
萌比男神i
萌比男神i 2020-12-02 16:29

In a Vue 2.0 app, let\'s say we have components A, B and C.

A declares, registers and uses B

Is it possible to pass C from A to B?

Something like this:<

4条回答
  •  醉梦人生
    2020-12-02 17:09

    Summing up:

    
    
    
    
    
    
    
    

提交回复
热议问题