Pass props to nuxt component (or page)
[issue link]Hi,
I can’t figure out how to cleanly update my header’s title and subtitle, I did it with the store, but that seems overly complicated and doesn’t work well with i18n, etc. So I wanted to try two-way binding, but it seems that you can’t pass props from the layout.
Is it impossible or am I missing something?