Laravel Vue User ref

 const users =[];

make above ref in order to make reactive and mutable

and in then(response)

we nee to add ,value

like user.value = response.data;

Comments

Popular posts from this blog

Making Livewire Run on SHared Hosting