Skip to content

Commit

Permalink
feat(docs): add import type example naverV3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dongkyuuuu committed Sep 5, 2021
1 parent b1f44b1 commit cb3904d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
λ³Έ λ¬Έμ„œμ˜ λͺ¨λ“  μ˜ˆμ‹œλŠ” `Composition API`둜 μž‘μ„±λ˜μ–΄ μžˆμŠ΅λ‹ˆλ‹€. `Options API`도 naver 객체λ₯Ό λ°˜ν™˜λ°›μ•„ μ •μƒμ μœΌλ‘œ μ‚¬μš© κ°€λŠ₯ν•©λ‹ˆλ‹€.
:::

νƒ€μž…μŠ€ν¬λ¦½νŠΈλ‘œ ν”„λ‘œμ νŠΈλ₯Ό μ§„ν–‰ν•˜λŠ” 경우, `@types/navermaps`κ°€ ν•„μˆ˜μ μœΌλ‘œ μ„€μΉ˜λ˜μ–΄ μžˆμ–΄μ•Ό ν•©λ‹ˆλ‹€. λ³Έ ν”„λ‘œμ νŠΈμ—μ„œλŠ” μ‚¬μš©λ˜λŠ” νƒ€μž… μ •μ˜λ“€μ€ κΈ€λ‘œλ²Œ νƒ€μž… `naverV3`λ₯Ό 톡해 이용 κ°€λŠ₯ν•©λ‹ˆλ‹€.
νƒ€μž…μŠ€ν¬λ¦½νŠΈλ‘œ ν”„λ‘œμ νŠΈλ₯Ό μ§„ν–‰ν•˜λŠ” 경우, `@types/navermaps`κ°€ ν•„μˆ˜μ μœΌλ‘œ μ„€μΉ˜λ˜μ–΄ μžˆμ–΄μ•Ό ν•©λ‹ˆλ‹€. λ³Έ ν”„λ‘œμ νŠΈμ—μ„œλŠ” μ‚¬μš©λ˜λŠ” νƒ€μž… μ •μ˜λ“€μ€ `naverV3` ν˜ΈμΆœμ„ 톡해 이용 κ°€λŠ₯ν•©λ‹ˆλ‹€.

```js
import type { naverV3 } from "vue3-naver-maps";
```

## naver 객체

Expand Down

0 comments on commit cb3904d

Please sign in to comment.