user

Yasen Sayed

11 Feb 2022

How can i pass data from blade template to vue component?

Laravel

Hello guys, 

Please, how can I'm passing data from the blade file to the Vue component, bind the routes without using APIS?

Best regards.

Comments

Mohamed Atef

11 Feb 2022

githubgithubgithub

I am not sure but can't you use {{$data}} ? 
I searched on the internet and I found some answers that says that you can use components like 

<login hashid="{{ $list->hashid }}"></login>

Or you can use 

<login b-bind:hashid="{{ $list->hashid }}"></login>

© 2024 Copyrights reserved for web-brackets.com