您现在的位置是:首页 > 网站制作 > vue.js心得vue.js心得

vue 前端对象刷组模糊搜索

蒙xs2021-05-19【vue.js心得】人已围观

简介 computed: {
searchResult() {
if (this.value) {//搜索框内容
return this.classroomData.filter(//数据

 computed: {
                searchResult() {
                    if (this.value) {//搜索框内容
                        return this.classroomData.filter(//数据源
                            item =>
                            item.name.indexOf(this.value) > -1 //搜索的对象
                        );
                    } else {
                        return this.classroomData;//返回数据源
                    }
                }
            },

循环数据要使用searchResult

Tags:

很赞哦! ()

上一篇:关于vuex

下一篇:vue 瀑布流

文章评论

    共有条评论来说两句吧...

    用户名:

    验证码:

站点信息

  • 建站时间:2019-1-11
  • 文章统计142篇文章
  • 标签管理标签云
  • 统计数据百度统计
  • 建站,写前端联系我:扫描二维码,