mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-19 01:45:53 +00:00
docs: update hash link to correct heading (#30543)
This commit is contained in:
parent
608830e130
commit
8fc203fb51
@ -71,7 +71,7 @@ export const useFoo = () => {
|
|||||||
|
|
||||||
### Access plugin injections
|
### 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]
|
```js [composables/test.ts]
|
||||||
export const useHello = () => {
|
export const useHello = () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user