changing error message

pull/7187/head
Efe S. Kucuk 5 years ago
parent b9fa5ef3a5
commit 586064c694

@ -264,6 +264,6 @@ export default {
}),
invalid_component_style_directive: {
code: 'invalid-component-style-directive',
message: 'Style directives on components are not currently supported.'
message: 'Style directives cannot be used on components'
}
};

@ -1,7 +1,7 @@
[
{
"code": "invalid-component-style-directive",
"message": "Style directives on components are not currently supported.",
"message": "Style directives cannot be used on components",
"start": { "line": 7, "column": 19, "character": 97 },
"end": { "line": 7, "column": 36, "character": 114 },
"pos": 97

Loading…
Cancel
Save