Skip to content

Commit

Permalink
feat: support generic attribute auto-complete
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Oct 14, 2022
1 parent 1695981 commit 9f53861
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vue-language-tools/vue-language-service/src/plugins/vue.ts
Expand Up @@ -36,6 +36,7 @@ const dataProvider: html.IHTMLDataProvider = {
{ name: 'src' },
{ name: 'lang' },
{ name: 'setup', valueSet: 'v' },
{ name: 'generic' },
];
}
else if (tag === 'style') {
Expand Down

0 comments on commit 9f53861

Please sign in to comment.