Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(parse-pages): add jsx plugin for .vue files using jsx syntax (#1356)
Co-authored-by: inkblot <xing.jin@yourdream.cc>
  • Loading branch information
OrekiSH and inkblot committed Nov 30, 2021
1 parent 555e66e commit 8cdb999
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/helpers/components.js
Expand Up @@ -54,7 +54,8 @@ export function extractComponentOptions (component, parseComponent) {
'dynamicImport',
'estree',
'exportDefaultFrom',
'typescript'
'typescript',
'jsx'
]
})

Expand Down

0 comments on commit 8cdb999

Please sign in to comment.