Skip to content

Commit

Permalink
fix(arco): resolver (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
anguiao committed Apr 11, 2022
1 parent 3dda2b3 commit 2b02f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/resolvers/arco.ts
Expand Up @@ -184,7 +184,7 @@ export function ArcoResolver(

const importName = name.slice(1)
const config: ComponentInfo = {
as: importName,
name: importName,
from: '@arco-design/web-vue',
}
if (options.sideEffect !== false)
Expand Down

0 comments on commit 2b02f99

Please sign in to comment.