Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What is the method for vue.js to filter the search box

2025-03-31 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

The main content of this article is to explain "what is the method of vue.js screening search box", interested friends may wish to have a look. The method introduced in this paper is simple, fast and practical. Next let the editor to take you to learn "what is the method of vue.js filtering search box"!

List of all content

Let's take a look at the relevant code directly, as follows:

Filter small case search

Gender: all men and women

Id name, gender {{item.id}} {{item.name}} {{item.gender}} New Vue ({el:'# app' Data: {filterByName:', filterByGender:', inputName:'' Users: [{id: 1, name: 'Jack' Gender: 'male'}, {id: 2 Name: 'abc', gender:' female'} {id: 3, name: 'vaxc' Gender: 'male'}, {id: 4 Name: 'awe2', gender:' female'} {id: 5, name: 'ave' Gender: 'male'}]} Computed: {filterUsers () {return this.users.filter (u = > u.name.includes (this.filterByName) & & u.gender.includes (this) .filterByGender)}) so far I believe that you have a deeper understanding of "what is the method of vue.js filtering search box", you might as well do it in practice! Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report