Skip to content

Commit

Permalink
fix: include transformed vue script (#186)
Browse files Browse the repository at this point in the history
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
  • Loading branch information
kekexunxun and sxzz committed Apr 11, 2023
1 parent 46a5a05 commit b1feb94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import type { Options } from './types'
export type { Options }

const defaultOptions: Options = {
include: ['**/*.vue', '**/*.ts', '**/*.js', '**/*.tsx', '**/*.jsx'],
include: ['**/*.vue', '**/*.ts', '**/*.js', '**/*.tsx', '**/*.jsx', '**/*.vue\?vue&type=script*'],
exclude: [/[/\\]node_modules[/\\]/, /[/\\]\.git[/\\]/, /[/\\]\.nuxt[/\\]/],
lib: 'element-plus',
ignoreComponents: [],
Expand Down

0 comments on commit b1feb94

Please sign in to comment.