Vue는 v-on 이벤트에 이벤트 수식어를 제공합니다. 수식어는 점으로 표시된 접미사 입니다. .stop .prevent .capture .self .once .passive ... ... width="174" rounded :disabled="!checked" @click.once="startRemote" v-show="checkingTheStartDate" >{{ $t('button.starting_working_from_home') }} 버튼을 여러번 클릭 하여도 한번의 이벤트만 발생하도록 수정완료.