Describe the problem
Vue required that all looped blocks specify a key and it makes it easier to work with and less likely to run into an issue later.
Describe the proposed solution
It would be nice to have a lint option that would error when compiling a each block that isn't keyed.
Alternatives considered
N/A
Importance
would make my life easier