0👍
I think you should pass $user
instead of $user['email']
to the component.
<edit-user :user="{{$user}}"></edit-user>
Source:stackexchange.com
0👍
I think you should pass $user
instead of $user['email']
to the component.
<edit-user :user="{{$user}}"></edit-user>