fix: #307
This commit is contained in:
parent
25d352e6ac
commit
4ce07e150c
|
@ -45,7 +45,7 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
|
||||||
if (name === 'click-outside') {
|
if (name === 'click-outside') {
|
||||||
return ''
|
return ''
|
||||||
}
|
}
|
||||||
return `element-plus/es/components/${name.substring(3)}/style/css`
|
return `element-plus/es/components/${name.replace(/^el-/, '')}/style/css`
|
||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Reference in New Issue