Yes, I do. Thanks for the hint.
I thought there might be a different, better solution using the global store.
Thanks anyway, this will work.
Yes, I do. Thanks for the hint.
I thought there might be a different, better solution using the global store.
Thanks anyway, this will work.
Hi,
I’m trying to use the same layout throughout my app (because it contains the drawer). Beside the drawer it also contains the toolbar. However, I want to hide the toolbar on certain pages.
After having read https://github.com/quasarframework/quasar/issues/30 I added v-model to the toolbar in the layout, that refers to data in the store. However, I don’t know, how to change this data for a single page. Any clue on how to do that?
Another solution I thought of, was putting the sidebar to a component. This component can be used in both layouts, the one with toolbar and the one without. Does that sound like a good idea?
Thanks a log in advance!