详解vue过滤器在v2.0版本用法
1.x写法<body><divid="app">{{html|uppercase}}</div><script>newVue({el:'#app',data:{msg:"123",ht
vuejs2.0的过滤器
1.x写法<body><divid="app">{{html|uppercase}}</div><script>newVue({el:'#app',data:{msg:"123",ht
前言大家再使用vue做项目时,查询功能当然必不可少,这就得使用vue强大的filter啦。其实vue