Browse Source

fix: typings修改

wanggaokun 1 year ago
parent
commit
9db4ba8594
2 changed files with 1 additions and 1 deletions
  1. 1 1
      build/plugins.ts
  2. 0 0
      src/typings/auto-imports.d.ts

+ 1 - 1
build/plugins.ts

@@ -143,6 +143,6 @@ const createAutoImport = (path: any) => {
       })
       })
     ],
     ],
     vueTemplate: true, // 是否在 vue 模板中自动导入
     vueTemplate: true, // 是否在 vue 模板中自动导入
-    dts: path.resolve(path.resolve(__dirname, '../src'), 'types', 'auto-imports.d.ts')
+    dts: path.resolve(path.resolve(__dirname, '../src'), 'typings', 'auto-imports.d.ts')
   })
   })
 }
 }

+ 0 - 0
src/types/auto-imports.d.ts → src/typings/auto-imports.d.ts