mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-18 10:59:10 +08:00
chore: fix typo (#823)
This commit is contained in:
parent
b55e78b8d7
commit
50bd5cf456
@ -22,7 +22,7 @@ export default defineComponent({
|
|||||||
props: {
|
props: {
|
||||||
command: {
|
command: {
|
||||||
type: [Object, String, Number],
|
type: [Object, String, Number],
|
||||||
defautl: () => ({}),
|
default: () => ({}),
|
||||||
},
|
},
|
||||||
disabled: Boolean,
|
disabled: Boolean,
|
||||||
divided: Boolean,
|
divided: Boolean,
|
||||||
|
Loading…
Reference in New Issue
Block a user