Skip to content

Commit

Permalink
fix(vue): support annonation on jsx and tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 10, 2021
1 parent fc2219a commit 595ec5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/frameworks/vue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ class VueFramework extends Framework {
'vue-html',
'javascript',
'typescript',
'javascriptreact',
'typescriptreact',
'ejs',
]

Expand Down

0 comments on commit 595ec5c

Please sign in to comment.