fix(frontend): コンポーネントのpropを非lowerCamelCaseで渡すと機能しない

This commit is contained in:
syuilo 2023-05-17 11:42:50 +09:00
parent cbca48846c
commit e126083e10
7 changed files with 7 additions and 6 deletions

View file

@ -64,6 +64,7 @@ module.exports = {
'vue/singleline-html-element-content-newline': 'off',
// (vue/vue3-recommended disabled the autofix for Vue 2 compatibility)
'vue/v-on-event-hyphenation': ['warn', 'always', { autofix: true }],
'vue/attribute-hyphenation': ['warn', 'never'],
},
globals: {
// Node.js