We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
vue/valid-v-on
Having set Vue.config.keyCodes = { 'enter-strict': 13 } Gives me the vue/valid-v-on error for enter-strict. How can prevent this?
Vue.config.keyCodes = { 'enter-strict': 13 }
enter-strict
Best regards,