TitasGailius / laravel-moonlight

Batteries included Laravel preset based on InertiaJS, VueJS and TailwindCSS stack.
145 stars 10 forks source link

Property in vue file #4

Closed wit3 closed 4 years ago

wit3 commented 4 years ago

Hi, Thank you for this awesome repo. I've a question, in the login.vue (resources/js/pages/auth/login.vue ) file at line 43

layout: require('../../layouts/app').default,

You assign the require layout file at the variabile named "layout"

Can you provide the documentation about this implementation?

Thanks

TitasGailius commented 4 years ago

https://inertiajs.com/pages

wit3 commented 4 years ago

Thanks