v-model語法糖我們可以使用v-model對input進行雙向繫結<input v-model="message"></input>複製程式碼v-model 語法糖本質是:value="message" ...
確定! 回上一頁