Should have a validation step that produces errors/warnings as appropriate, before the component is generated. For example, data should always be a function expression, methods shouldn't clash with builtins, computed properties can't have cyclical dependencies, etc etc.
Should have a validation step that produces errors/warnings as appropriate, before the component is generated. For example,
datashould always be a function expression,methodsshouldn't clash with builtins,computedproperties can't have cyclical dependencies, etc etc.