You should use the store for this.
@christophwolff it is overkill in my case. I have only few pages and components on small landing site.
I refactor some stuff...So I guess it's more logic to store such data in Page components if I don't want to use Vuex.
Last question - if I want to pass data from one Page Component to another Page component, then the only option is store?
@iamdubx yes the store is the only solution in your case.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
You should use the store for this.