随笔分类 - Vue
摘要:其实v-model的本质就是 v-bind:value和v-on:input的组合使用 <div id="app"> <div>{{msg}}</div> <input type="text" v-bind:value="msg" v-on:input="handle"> </div> <scrip
阅读全文
摘要:1 <!-- 自定义指令 --> 2 <input type="text" class="form-control" v-model="keywords" v-focus> 3 4 //定义全局指令 5 6 Vue.directive('focus',{ 7 bind:function(el){ 8
阅读全文

浙公网安备 33010602011771号