Skip to content

Commit 949fdb6

Browse files
momei-LJMmomei.lu
andauthored
docs: possible doubts of configuration (#845)
Co-authored-by: momei.lu <[email protected]>
1 parent 7d574be commit 949fdb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,9 +360,10 @@ Components({
360360
extensions: ['vue'],
361361

362362
// Glob patterns to match file names to be detected as components.
363+
// You can also specify multiple like this: `src/components/*.{vue,tsx}`
363364
// When specified, the `dirs`, `extensions`, and `directoryAsNamespace` options will be ignored.
364365
// If you want to exclude components being registered, use negative globs with leading `!`.
365-
globs: ['src/components/*.{vue}'],
366+
globs: ['src/components/*.vue'],
366367

367368
// search for subdirectories
368369
deep: true,

0 commit comments

Comments
 (0)