Notes on using v-for in Vue

When using v-for, it is often used with template, which can solve many problems

For example:

 Use template to solve the problem that v-for and v-if cannot be used together

Guess you like

Origin blog.csdn.net/conquer_galaxy/article/details/129978893