After searching the products on the search button, I have to list them in the background and make a selection.
Codes:
//The area I want clicked each time
<div v-for="(item, index) in filteredProducts" @click="addToList(item)"></div>
How can I get it to take action automatically?