Skip to content

Commit

Permalink
fix(language-core): auto-complete not working in v-bind
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Apr 25, 2024
1 parent 05734e1 commit 8ba37b3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -114,7 +114,7 @@ export function* generateElementProps(
options,
ctx,
prop.exp,
ctx.codeFeatures.withoutHighlightAndCompletion,
ctx.codeFeatures.all,
prop.arg?.loc.start.offset === prop.exp?.loc.start.offset,
enableCodeFeatures,
),
Expand Down

0 comments on commit 8ba37b3

Please sign in to comment.