mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-21 21:25:11 +00:00
docs: add blank line (#2901)
This commit is contained in:
parent
a569d16900
commit
2d1b772827
@ -82,6 +82,7 @@ const config = useRuntimeConfig()
|
||||
If you want to use the runtime confg within any (custom) plugin, you can use `useRuntimeConfig()` inside of your `defineNuxtPlugin` function.
|
||||
|
||||
For example:
|
||||
|
||||
```ts
|
||||
export default defineNuxtPlugin((nuxtApp) => {
|
||||
const config = useRuntimeConfig();
|
||||
|
Loading…
Reference in New Issue
Block a user