Skip to content

The attribute name of the vue file contains dots. As a result, the attribute cannot be parsed #17834

@keysenYang

Description

@keysenYang

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.

<SendDialog
v-if="sendBoxVisibility"
:sendBoxVisibility.sync="sendBoxVisibility"
:checkedCount="fullCheckedCount"
:isEmail="isEmail"
:isFeedback="isFeedback"
@sendNotification="sendNotification"
/ >

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions