작성
·
187
답변 1
0
emits를 안써줘도 작동은 할거예요
사용하는 이유는 컴포넌트 설명서를 정의해놓고 어떤 emit이 사용되는지 한눈에 볼수 있다는 장점이 있습니다
공식문서에도 설명이 나와있는데 링크 달아놓을게요
https://vuejs.org/guide/components/events.html#declaring-emitted-events
Although optional, it is recommended to define all emitted events in order to better document how a component should work. It also allows Vue to exclude known listeners from fallthrough attributes.