diff --git a/src/compiler/parse/errors.ts b/src/compiler/parse/errors.ts index b563b7572a..ef1f72a8be 100644 --- a/src/compiler/parse/errors.ts +++ b/src/compiler/parse/errors.ts @@ -157,6 +157,10 @@ export default { code: 'missing-component-definition', message: ' must have a \'this\' attribute' }, + missing_attribute_value: { + code: 'missing-attribute-value', + message: 'Expected value for the attribute' + }, unclosed_script: { code: 'unclosed-script', message: '