fix(hooks): rename ConfigProvdierContext to ConfigProviderContext (#4620)

This commit is contained in:
C.Y.Kun 2021-12-01 22:26:57 +08:00 committed by GitHub
parent 16e1056e01
commit f1c9be0bbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
import { inject } from 'vue'
import { configProviderContextKey } from '@element-plus/tokens'
import type { ConfigProvdierContext } from '@element-plus/tokens'
import type { ConfigProviderContext } from '@element-plus/tokens'
const defaultConfig: ConfigProvdierContext = {
const defaultConfig: ConfigProviderContext = {
button: {
autoInsertSpace: false,
},