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
In the vue file, if the attribute name of a component contains dots, all attributes of the component cannot be parsed. For example, in the following code, the component cannot parse HTML::Attribute because the sendBoxVisibility.sync attribute contains dots.