Skip to content

Commit

Permalink
Update vue-template.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Aug 25, 2024
1 parent 2ef6b53 commit 37e534e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/language-service/lib/plugins/vue-template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ export function create(
else if (item.label.startsWith('v-on:')) {
tokens.push('\u0004');
}
else {
else {
tokens.push('\u0000');
}

Expand Down

0 comments on commit 37e534e

Please sign in to comment.