Vue key 이벤트

박경준·2021년 11월 3일
0

vue beginner

목록 보기
9/18

key 이벤트

키보드를 클릭하여 이벤트 호출

<template>
  <input @keyup.enter="submit" />
  <input @click.ctrl="doSomething" />
</template>
profile
빠굥

0개의 댓글