vue.js学习笔记之v-bind和v-on解析

v-bind 指令用于响应地更新 HTML 特性 形式如:v-bind:href 缩写为 :href;

v-on 指令用于监听DOM事件 形式如:v-on:click 缩写为 @click;