진스
모달팝업(modal)에 스크롤 및 포커스(focus) 처리하기 본문
728x90
간단히 라이브러리를 이용!
npm install focus-trap focus-trap-vue
<template>
<div>
<tr>
<td>
<button class="btn" @click="popupSense('아이디 또는 비밀번호를 확인해 주세요.','alertTextBase2',$event)">화면보기</button>
</td>
</tr>
<alert-text-base/>
</div>
</template>
<script>
</script>
728x90
'Vue' 카테고리의 다른 글
vue tip (0) | 2022.05.25 |
---|---|
vue.js - vue cli 프로젝트 생성(feat. vue create 안될때 필독) (0) | 2021.09.06 |
안드로이드 키패드에서 자동으로 다음 input을 찾아 focus 이동 하기 (0) | 2021.08.11 |
vue 룰렛 (0) | 2021.07.02 |
img 태그의 src 바인딩 , background 하는 방법 (0) | 2021.07.02 |
Comments