Skip to content

Commit

Permalink
fix: #307
Browse files Browse the repository at this point in the history
  • Loading branch information
kailong321200875 committed Aug 9, 2023
1 parent 25d352e commit 4ce07e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
if (name === 'click-outside') {
return ''
}
return `element-plus/es/components/${name.substring(3)}/style/css`
return `element-plus/es/components/${name.replace(/^el-/, '')}/style/css`
}
}]
}),
Expand Down

0 comments on commit 4ce07e1

Please sign in to comment.