0👍
you need to put the axios response to de post
async created(){
const posts = await axios.get('/api/posts/');
this.posts = posts.data;
}
Source:stackexchange.com
0👍
you need to put the axios response to de post
async created(){
const posts = await axios.get('/api/posts/');
this.posts = posts.data;
}