You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
함수 사용할 때 더미 div 하나를 미리 사용할 페이지에 넣어주어야 합니다.
해당 더미 div의 innerText에 읽을 데이터를 넣어주므로 눈에 보이지 않게 z-index를 -1로 해서 뒤로 넣어주세요
아예 display : none을 하면 읽어주지 않습니다. 화면 상에 렌더링이 되어야하는 모양입니다.
v-show를 false로 해도 안되더라구요