Skip to content

Commit 85d51fd

Browse files
committed
fix(language-core): do not skip the codegen of directives named scope or data
1 parent e862758 commit 85d51fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/language-core/lib/codegen/template/elementDirectives.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ export function* generateElementDirectives(
3333
|| prop.name === 'on'
3434
|| prop.name === 'model'
3535
|| prop.name === 'bind'
36-
|| prop.name === 'scope'
37-
|| prop.name === 'data'
3836
) {
3937
continue;
4038
}

0 commit comments

Comments
 (0)