mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 15:15:19 +00:00
docs: fix confusing wording (#26301)
This commit is contained in:
parent
cfd34ec234
commit
1ba33d5dc5
@ -84,7 +84,7 @@ export const useMyComposable = () => {
|
||||
```ts twoslash [composables/example.ts]
|
||||
export const useMyComposable = () => {
|
||||
// Because your composable is called in the right place in the lifecycle,
|
||||
// useRuntimeConfig will also work
|
||||
// useRuntimeConfig will work here
|
||||
const config = useRuntimeConfig()
|
||||
|
||||
// ...
|
||||
|
Loading…
Reference in New Issue
Block a user