wip: Table新功能开发中
This commit is contained in:
@@ -43,6 +43,9 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
|
||||
libraryName: 'element-plus',
|
||||
esModule: true,
|
||||
resolveStyle: (name) => {
|
||||
if (name === 'click-outside') {
|
||||
return ''
|
||||
}
|
||||
return `element-plus/es/components/${name.substring(3)}/style/css`
|
||||
}
|
||||
}]
|
||||
|
||||
Reference in New Issue
Block a user