pull/5875/head
pushkine 6 years ago
parent 8180c5dd6c
commit 796b1faca1

@ -376,7 +376,7 @@ function read_attribute(parser: Parser, unique_names: Set<string>) {
if (type === 'Binding' && directive_name !== 'this') {
check_unique(directive_name);
} else if (type !== 'EventHandler') {
} else if (type !== 'EventHandler' && type !== 'Action') {
check_unique(name);
}

Loading…
Cancel
Save