Open Sec-il-n opened 3 years ago
入力フォームにモデルを割り当てる v-model
new Vue({ data: { checkNames: [] // <- Vueインスタンス/プロパティ } })
HTMLの属性を指定 v-bind:属性名
その他MyPoints
v-
js 配列にオブジェクトを追加 array.push( { プロパティ: 値, ... } )
array.push( { プロパティ: 値, ... } )
参考 公式
入力フォームにモデルを割り当てる v-model
HTMLの属性を指定 v-bind:属性名
その他MyPoints
v-
= ディレクティブはDOM に特定のリアクティブな振舞いを与える。