A web page gets a large amount of data from the backend and stores it in vuex. Other components get data from vuex, but if there is a delay in the network, if it is unable to get the data, it will report an error. Is there any solution?
at present, I set a default value in vuex, which feels a bit low. Is there any other way to start rendering the page after getting the data?