I'm losing data after clicking on About page in Vue

邮差的信 提交于 2019-12-25 00:55:21

问题


I have a Vue router installed and two pages: Home and About. All is working, but when I click to About page and then back, data from Home page is gone. Page not reloading, I'm just moving between routed pages. Props are passed to the component. Where is a mistake? Why data doesn't save in component after clicking About page?


回答1:


This problem has been solved. Vuex was used.



来源:https://stackoverflow.com/questions/57240303/im-losing-data-after-clicking-on-about-page-in-vue

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!