Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

pass data from blade/laravel to vue

<example :userId="{{ Auth::user()->id }}"></example>
//for objects
<example :userId="{{ json_encode(Auth::user()) }}"></example>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #pass #data #vue
ADD COMMENT
Topic
Name
9+3 =