The way you show us examples even if we didn't understand the problem at first, it's just smoothes our mind to understand your words, Love your contents ♥ ♥ ♥ ♥ ♥ A Big Fan of Yours from a long way
this is nice, but when my page changes something on the parent layout it stays that way when navigating and i can't find any way to reset only what i need
You are a very good teacher, i love to watch this videos. Big Thanks for the free possibility
The way you show us examples even if we didn't understand the problem at first, it's just smoothes our mind to understand your words, Love your contents ♥ ♥ ♥ ♥ ♥ A Big Fan of Yours from a long way
Thanks, Jack!
Composition Api method
import { Head } from '@inertiajs/inertia-vue3';
import FrontLayout from '@/Layouts/frontLayout.vue';
export default { layout: FrontLayout }
thank you
import Layout from '@/Layouts/AuthenticatedLayout.vue';
defineOptions({ layout: Layout });
I'm looking for tutorial to keep music playing while switching tabs and this is so userful. Thank you so much for the tutorial!
Oh! God thx , that's exactly what I was looking for
Inertia is too cool! 😃
whoa I didn't know that. nice info. great tutorials, as always!
Stunning tutorial!
Hey Jeffrey.
I really like that approach of persistent layouts. Do you have any resource how to achieve that with pure vueJs? Thanks for any hint.
Can't we use multiple slots (named slots) in a persistent layout?
Nice tutorial, thank you so much for this. What about persistent layout with named slot?
any update on this?
Tried persistent layouts with named slots with no luck :/
this is nice, but when my page changes something on the parent layout it stays that way when navigating and i can't find any way to reset only what i need