Yasen Sayed
Published in : 2022-02-11
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.
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>
Join our community and get the chance to solve your code issues & share your opinion with us
Sign up Now