Skip to content

Commit

Permalink
add detail word
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua1988 committed Oct 3, 2023
1 parent 9ac6c6f commit ddabe4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/composition/event-emit.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default {

위 코드는 하위 컴포넌트에서 상위 컴포넌트로 `change` 이벤트를 보내는 코드입니다. 이처럼 `$emit()` API를 이용하여 이벤트를 발생시킬 수 있습니다.

## setup()에서 이벤트 발생
## setup()에서 컴포넌트 이벤트 발생시키기

이번엔 `setup()` 함수에서 이벤트를 발생시키는 방법을 알아보겠습니다.

Expand Down

0 comments on commit ddabe4f

Please sign in to comment.