mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
fix(autoImports): dirs option should be string[] (#2186)
This commit is contained in:
parent
730cd28d5e
commit
ad2918195b
@ -51,5 +51,5 @@ export interface AutoImportsOptions {
|
||||
*
|
||||
* By default <rootDir>/composables is added
|
||||
*/
|
||||
dirs?: []
|
||||
dirs?: string[]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user