250x250
Notice
Recent Posts
Recent Comments
«   2025/01   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Tags
more
Archives
Today
Total
관리 메뉴

진스

모달팝업(modal)에 스크롤 및 포커스(focus) 처리하기 본문

Vue

모달팝업(modal)에 스크롤 및 포커스(focus) 처리하기

입방정 2021. 8. 25. 09:46
728x90

간단히 라이브러리를 이용!

 

npm install focus-trap focus-trap-vue

 

 

focus-trap-vue

Vue component to trap the focus within a DOM element

www.npmjs.com

<template>
 <div>
  <tr>
    <td>
      <button class="btn" @click="popupSense('아이디 또는 비밀번호를 확인해 주세요.','alertTextBase2',$event)">화면보기</button>
    </td>
  </tr>
  <alert-text-base/>
 </div>
</template>
<script>

</script>

 

728x90
Comments