mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-17 11:49:41 +08:00
fix(hooks): rename ConfigProvdierContext
to ConfigProviderContext
(#4620)
This commit is contained in:
parent
16e1056e01
commit
f1c9be0bbc
@ -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,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user