Vue.JS 2 Tutorial #31 - Select Box Binding > JS프레임워크

JS프레임워크

Vue.JS 2 Tutorial #31 - Select Box Binding 정보

Vue Vue.JS 2 Tutorial #31 - Select Box Binding

본문

Select Box Binding

 

<select v-model="blog.author">

  <option v-for="author in authors>{{ author }}</option>

</select>

 

추천
0
  • 복사

댓글 0개

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