We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a641341 commit a8836f0Copy full SHA for a8836f0
src/index.ts
@@ -17,6 +17,7 @@ const defaultOptions: Options = {
17
'**/*.tsx',
18
'**/*.jsx',
19
'**/*.vue?vue&type=script*',
20
+ /\.vue\.[tj]sx?\?vue/,
21
],
22
exclude: [/[/\\]node_modules[/\\]/, /[/\\]\.git[/\\]/, /[/\\]\.nuxt[/\\]/],
23
lib: 'element-plus',
0 commit comments