for example, the page dynamically generates 100 li, and each li has a .name element
<li><div class="name"></div><li>
jq is obtained by $(".name"), and then $(".name"). Length can get the length;
how does vue get all the .names and get the length?