nvms / vue-atlas

A Vue.js 2 UI component library.
MIT License
180 stars 22 forks source link

[Minor] Use a random key instead of index for transition group in multiple mode for VaSelect #158

Closed level39 closed 4 years ago

level39 commented 4 years ago

Use a random key instead of index for transition group in multiple mode for VaSelect. Fixes the warning: "Do not use v-for index as key on children, this is the same as not using keys."

What kind of changes does this PR introduce? (check at least one)

Does this PR introduce a breaking change? (check one)

nvms commented 4 years ago

thanks!