recently, I was working on a project with vue+elementUI. When I was doing a shopping cart, I was thinking about how it was sent to the backend when the number in the shopping cart changed. If I changed it once, it would definitely be bad. Then I went to Taobao to try. When I added it, there was a request about a second later (I don"t know, I guess). If I kept pressing on it, he would send it again when I stopped adding. How this is implemented, or the process of sending a number of requests or the like to the background. Solve