Skip to content

번역 수정 #225

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/v2/guide/components-slots.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ Vue에 있는 컨텐트 배포 API는 `<slot>` 요소를 컨텐트 배포 통로
</div>
```

삭제될 예정인 [`slot` 속성](#삭제될-문법)과 다르게 **`v-slot` `<template>` 태그에 추가할 수 있다는 점**을 유의하시기 바랍니다.(예외가 [하나](#단독-디폴트-슬롯을-위한-축약-문법) 있기는 합니다)
삭제될 예정인 [`slot` 속성](#삭제될-문법)과 다르게 **`v-slot` `<template>` 태그에만 추가할 수 있다는 점**을 유의하시기 바랍니다.(예외가 [하나](#단독-디폴트-슬롯을-위한-축약-문법) 있기는 합니다)

## 범위가 있는 슬롯(Scoped Slots)

Expand Down