vue中使用filter對v-for循環中的item數據進行處理

Vue.filter('format',function(value){ return value.substr(0, 1); }); var vm=new Vue({ el:'#box', data:{ list:[ {msg:"11",id:1},
相關文章
相關標籤/搜索