Vue.JS 2 Tutorial #4 Data Binding > JS프레임워크

매출이 오르면 내리는 수수료! 지금 수수료센터에서 전자결제(PG)수수료 비교견적 신청해 보세요!

JS프레임워크

Vue.JS 2 Tutorial #4 Data Binding 정보

Vue Vue.JS 2 Tutorial #4 Data Binding

본문

Data Binding

 

app.js 의 data에

website: 'https://www.sir.kr' 입력한 후에..

 

index.html에서 

<h1>Data Binding</h1>

<a v-bind:href="website">SIR</a> 로 입력.. 

 

v-bind:href 나 :href나 같은 형태로..  

 

input<tab>으로 하면 

<input type="text"> 까지만 나오네요.  

<input type="text" value="">까지 나와야 되는데..

 

html snippets을 설치하면 <input type="" name="" value="">까지 나오네요

https://marketplace.visualstudio.com/items?itemName=abusaidm.html-snippets

 

value와 data binding하려면 v-bind:value="name" 으로 하면 이름이 바인딩 됩니다. (:value)

 

app.js 에

websiteTag: '<a href="https://www.sir.kr">SIR site</a>'

 

index.html에 v-html 태그를 사용해서 링크를 연결하면 됩니다.

 

<p v-html="websiteTag"></p>

 

live server가 이것은 인식을 못하네요..  stop했다가 다시 실행시켜보세요

 

https://github.com/iamshaunjp/vuejs-playlist/tree/lesson-4

 

 

추천
0

댓글 0개

전체 261 |RSS
JS프레임워크 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT