You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there is a component named good-day, and there is a property named goodDay in that component, trying to bind to goodDay inside the component's template will cause an assertion error
Uncaught Error: Assertion Failed: You canot use 'goodDay' as a component name. Component names must contain a hyphen.
If there is a component named
good-day
, and there is a property namedgoodDay
in that component, trying to bind togoodDay
inside the component's template will cause an assertion errorUncaught Error: Assertion Failed: You canot use 'goodDay' as a component name. Component names must contain a hyphen.
JSBin
Currently reproducible on 1.13.0 beta 1 and Canary, works on 1.12.0
The text was updated successfully, but these errors were encountered: