Skip to content

Commit

Permalink
fix(language-core): should not skip v-generic
Browse files Browse the repository at this point in the history
  • Loading branch information
KazariEX committed Nov 2, 2024
1 parent f991c11 commit e9ca650
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export function* generateElementDirectives(
|| prop.name === 'bind'
|| prop.name === 'scope'
|| prop.name === 'data'
|| prop.name === 'generic'
) {
continue;
}
Expand Down

0 comments on commit e9ca650

Please sign in to comment.