fix(components): [el-config-provider] autoInsertSpace false (#4629)

This commit is contained in:
Alan Wang
2021-12-02 07:00:56 -05:00
committed by GitHub
parent db4db285ac
commit 54583bbec7

View File

@@ -9,7 +9,7 @@ export const configProviderProps = {
type: definePropType<ButtonConfigContext>(Object),
default: () => {
return mutable({
autoInsertSpace: true,
autoInsertSpace: false,
} as const)
},
}),