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
댓글 0개