mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +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]
|
```ts twoslash [composables/example.ts]
|
||||||
export const useMyComposable = () => {
|
export const useMyComposable = () => {
|
||||||
// Because your composable is called in the right place in the lifecycle,
|
// Because your composable is called in the right place in the lifecycle,
|
||||||
// useRuntimeConfig will also work
|
// useRuntimeConfig will work here
|
||||||
const config = useRuntimeConfig()
|
const config = useRuntimeConfig()
|
||||||
|
|
||||||
// ...
|
// ...
|
||||||
|
Loading…
Reference in New Issue
Block a user