Skip to content

Commit

Permalink
docs: fix minor typo in nuxt.md (vuejs#2548)
Browse files Browse the repository at this point in the history
  • Loading branch information
niceplugin committed Jan 15, 2024
1 parent d24399c commit 0460a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ssr/nuxt.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default defineNuxtConfig({

## νŽ˜μ΄μ§€μ—μ„œ μž‘μ—… λŒ€κΈ° %{#awaiting-for-actions-in-pages}%

`onServerPrefetch()`와 λ§ˆμ°¬κ°€μ§€λ‘œ, `asyncData()` λ‚΄μ—μ„œ μŠ€ν† μ–΄ μ•‘μ…˜μ„ ν˜ΈμΆœν•  수 μžˆμŠ΅λ‹ˆλ‹€. `useASyncData()`의 μž‘λ™ 방식을 κ³ λ €ν•  λ•Œ, **λ°˜λ“œμ‹œ 값을 λ°˜ν™˜ν•΄μ•Ό ν•©λ‹ˆλ‹€**. μ΄λ ‡κ²Œ ν•˜λ©΄ Nuxtκ°€ ν΄λΌμ΄μ–ΈνŠΈ μΈ‘μ—μ„œ μ•‘μ…˜μ„ μ‹€ν–‰ν•˜μ§€ μ•Šκ³  μ„œλ²„μ—μ„œμ˜ 값을 μž¬μ‚¬μš©ν•  수 μžˆμŠ΅λ‹ˆλ‹€.
`onServerPrefetch()`와 λ§ˆμ°¬κ°€μ§€λ‘œ, `asyncData()` λ‚΄μ—μ„œ μŠ€ν† μ–΄ μ•‘μ…˜μ„ ν˜ΈμΆœν•  수 μžˆμŠ΅λ‹ˆλ‹€. `useAsyncData()`의 μž‘λ™ 방식을 κ³ λ €ν•  λ•Œ, **λ°˜λ“œμ‹œ 값을 λ°˜ν™˜ν•΄μ•Ό ν•©λ‹ˆλ‹€**. μ΄λ ‡κ²Œ ν•˜λ©΄ Nuxtκ°€ ν΄λΌμ΄μ–ΈνŠΈ μΈ‘μ—μ„œ μ•‘μ…˜μ„ μ‹€ν–‰ν•˜μ§€ μ•Šκ³  μ„œλ²„μ—μ„œμ˜ 값을 μž¬μ‚¬μš©ν•  수 μžˆμŠ΅λ‹ˆλ‹€.

```vue{3-4}
<script setup>
Expand Down

0 comments on commit 0460a37

Please sign in to comment.