Vuejs mount the child components only after data has been loaded

后端 未结 2 1338
梦如初夏
梦如初夏 2020-12-15 17:48

What am trying to achieve is to pass data as props in my children components but this data is loaded from the server so it takes a while to load.

I would now like to

2条回答
  •  再見小時候
    2020-12-15 18:38

    Just Bind key to child-cmp you get reactive output. this is simplest method of reactivity in Vue js.

    
    
    
    

提交回复
热议问题