inertiajs / pingcrm

A demo application to illustrate how Inertia.js works.
http://demo.inertiajs.com
MIT License
2.14k stars 781 forks source link

Sharing data in $page #103

Closed shineability closed 3 years ago

shineability commented 3 years ago

Reading through the Inertia docs and exploring this demo...

Couldn't help but noticing that in e.g. Layout.vue, shared data is accessed as $page.auth.user instead of $page.props.auth.user (as described in the current docs).

Probably missing something :)

zappzerapp commented 3 years ago

The documentary refers to the latest version of Inertia. Have a look at the upgrade branch

reinink commented 3 years ago

Yup, this is fixed in #99, which I hope to merge in soon. 👍