fix(frontend): コンポーネントのpropを非lowerCamelCaseで渡すと機能しない
This commit is contained in:
parent
cbca48846c
commit
e126083e10
7 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue