Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

FZ's avatar
Level 1

How to pass session data to child component in vuejs ??

Hello, i wanted to pass my session data to child component.. How to do it ??

I binded the property my_id below and stored laravel session in it and when i try to get it in child component, i couldn't get it...

My photos component

Can anyone help please ??

0 likes
1 reply
FZ's avatar
Level 1
<Photoloops  :my_id="{{ Session::get('sessID') }}" ></Photoloops>  

Please or to participate in this conversation.