https://framework7.io/docs/router-component.html#virtual-dom
data: function () {
return {
// empty initial user data
user: null,
}
},
Look at the above example,
There is data in the component.
And Can I access to the data from other Component(other pages)?
more details)
If we have data at root,
we know that we can access like ‘app.data.variables’
and
what if we have data at different pages(different component) not root,
can we access to the page’s data?