Closed
Description
Style guide:
https://vuejs.org/v2/style-guide/#v-if-v-if-else-v-else-without-key-use-with-caution
Description:
This rule would enforce to add key
property on elements with v-if
and v-else
directives if they're both of the same type.