docs: add blank line (#2901)

This commit is contained in:
Daniel Roe 2022-01-25 12:19:40 +00:00 committed by GitHub
parent a569d16900
commit 2d1b772827
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();