Today, when I was writing a demo, I was doing a for loop, and then I used _ c as a variable name, and then VUE reported an error. I tried to change _ c into c, _ a, _ d and so on. If I use _ c, I will report an error. Excuse me, what is the reason for this?
BUG? of VUE itself
_ c reported an error.