Skip to content

Commit e668704

Browse files
committed
docs: improve dirs description
1 parent 42d7dd4 commit e668704

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,12 @@ AutoImport({
198198
},
199199
],
200200

201-
// Auto import for all module exports under directories
201+
// Auto import for module exports under directories
202+
// by default it only scan one level of modules under the directory
202203
dirs: [
203204
// './hooks',
204-
// './composables'
205+
// './composables' // only root modules
206+
// './composables/**', // all nested modules
205207
// ...
206208
],
207209

0 commit comments

Comments
 (0)