introduce jquery, on another page to bind a click event to an element, using normal
on this page, the only difference for the same element is that this element needs to be looped out with v-for.
also introduces click events bound by jquery, will have no effect
I don"t know why
the two pages are basically the same, and there is no difference. The only difference is that the elements of this page are
looped out by v-for.below is a screenshot of the code