We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c6632 commit 8915bb9Copy full SHA for 8915bb9
docs/rules/prop-name-casing.md
@@ -84,7 +84,7 @@ export default {
84
props: {
85
/* ✓ GOOD */
86
greetingText: String,
87
- foo-bar: String,
+ 'foo-bar': String,
88
_uid: String,
89
90
/* ✗ BAD */
0 commit comments