Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Invalid prop: type check failed for prop "data". Expected Object, got Array #7

Closed
SukhrobNuraliev opened this issue Jan 12, 2022 · 1 comment

Comments

@SukhrobNuraliev
Copy link

Giving error even if i do
axios.get("http://laravel.test/api/users")
.then(response => {
this.users = response.data;
})

: Invalid prop: type check failed for prop "data". Expected Object, got Array

@jamesdordoy
Copy link
Contributor

Look at the Laravel docs: https://laravel.com/docs/8.x/pagination#basic-usage

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants