Vue.JS 2 Tutorial #16 - Refs > JS프레임워크

JS프레임워크

Vue.JS 2 Tutorial #16 - Refs 정보

Vue Vue.JS 2 Tutorial #16 - Refs

본문

Referencing with $refs

 

<input type="text" ref="input"/>

입력된 내용을 Vue안에서 읽어 오기.

 

this.$refs.input.value

 

<div ref="test">hello</div>

 

this.$refs.test.innerText 식으로 읽어 옴

 

 

추천
0
  • 복사

댓글 0개

© SIRSOFT
현재 페이지 제일 처음으로