Vuejs mount the child components only after data has been loaded

后端 未结 2 1339
梦如初夏
梦如初夏 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条回答