v -bind 與 v-model 都是綁定vue中data中的屬性的,他們最主要的區別是v-bind的 ... 事件綁定--> <button v-on:click="von">我被點了{{on}}次</button> ...
確定! 回上一頁