docs: update link (#19197)

This commit is contained in:
Clément Ollivier 2023-02-21 17:45:47 +01:00 committed by GitHub
parent 7479d469dd
commit 185ae9fd2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ description: defineNuxtComponent() is a helper function for defining type safe c
Using `<script setup lang="ts">` is the recommended way of declaring Vue components in Nuxt 3.
::
:ReadMore{link=/getting-started/data-fetching#options-api-support}
:ReadMore{link=/docs/getting-started/data-fetching#options-api-support}
## `asyncData()`