I have a layout file in which I have some data. Besides that I have three components:
- tags
- students
- actions
I want to declare the data in the layout file, but access it through the three child-components.
How is this done in Vue.js?
Thank you for your help.