docs: update hash link to correct heading (#30543)

This commit is contained in:
Guspan Tanadi 2025-01-12 18:17:34 +07:00 committed by GitHub
parent f710bd53a2
commit 4993c58e40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,7 +71,7 @@ export const useFoo = () => {
### Access plugin injections
You can access [plugin injections](/docs/guide/directory-structure/plugins#automatically-providing-helpers) from composables:
You can access [plugin injections](/docs/guide/directory-structure/plugins#providing-helpers) from composables:
```js [composables/test.ts]
export const useHello = () => {