docs: correct link to data fetching docs (#26988)

This commit is contained in:
xjccc 2024-04-29 20:30:26 +08:00 committed by GitHub
parent 4544eaf228
commit 96f18f40c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -44,4 +44,4 @@ watch(count, (newCount) => {
`useLazyAsyncData` is a reserved function name transformed by the compiler, so you should not name your own function `useLazyAsyncData`.
::
:read-more{to="/docs/getting-started/data-fetching#uselazyasyncdata"}
:read-more{to="/docs/getting-started/data-fetching"}