Skip to content

Commit

Permalink
fix: 修复element plus api 样式覆盖问题
Browse files Browse the repository at this point in the history
  • Loading branch information
yuntian001 committed Apr 26, 2023
1 parent 0a22b6e commit c366b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/autoImportApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ export default () =>
imports: ['vue', 'vue-router', 'pinia', '@vueuse/core'],
// 可以选择auto-imports.d.ts生成的位置,使用ts建议设置为'src/auto-imports.d.ts'
dts: false, // pathResolve('types/auto-imports.d.ts'),
resolvers: [ElementPlusResolver()],
resolvers: [ElementPlusResolver({ importStyle: false })],
});

0 comments on commit c366b4e

Please sign in to comment.