mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
docs: remove duplicate server-side notice in runtime config (#27929)
This commit is contained in:
parent
245320f31c
commit
b715dcf0a2
@ -94,7 +94,7 @@ The behavior is different between the client-side and server-side:
|
|||||||
|
|
||||||
- On client-side, only keys in `runtimeConfig.public` are available, and the object is both writable and reactive.
|
- On client-side, only keys in `runtimeConfig.public` are available, and the object is both writable and reactive.
|
||||||
|
|
||||||
- On server-side, the entire runtime config is available on the server-side, but it is read-only to avoid context sharing.
|
- On server-side, the entire runtime config is available, but it is read-only to avoid context sharing.
|
||||||
::
|
::
|
||||||
|
|
||||||
```vue [pages/index.vue]
|
```vue [pages/index.vue]
|
||||||
|
Loading…
Reference in New Issue
Block a user