cms-front icon indicating copy to clipboard operation
cms-front copied to clipboard

Can't use asyncData to get Data before a slot is initialized

Open Haven09 opened this issue 7 years ago • 0 comments

eg: async asyncData ({ params }) { let { data } = await axios.get(https://my-api/posts/${params.id}) return { title: data.title } }

1517917165 1

it can't find title

Haven09 avatar Feb 06 '18 11:02 Haven09