Yasen Sayed
11 Feb 2022
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.
Mohamed Atef
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