I put all the data requested by the API in the vuex, which is normal all the time, but the data becomes empty when I refresh the page manually. Although the vuex is emptied every time I refresh the page, my API request operation and putting the requested data into the vuex are obviously written in the mounted stage. In this case, even if the refresh can put the data back into the vuex, why is it empty?