mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(components): [el-config-provider] autoInsertSpace false (#4629)
This commit is contained in:
@@ -9,7 +9,7 @@ export const configProviderProps = {
|
||||
type: definePropType<ButtonConfigContext>(Object),
|
||||
default: () => {
|
||||
return mutable({
|
||||
autoInsertSpace: true,
|
||||
autoInsertSpace: false,
|
||||
} as const)
|
||||
},
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user