chore: fix typo (#823)

This commit is contained in:
zazzaz 2020-12-04 16:59:07 +08:00 committed by GitHub
parent b55e78b8d7
commit 50bd5cf456
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ export default defineComponent({
props: {
command: {
type: [Object, String, Number],
defautl: () => ({}),
default: () => ({}),
},
disabled: Boolean,
divided: Boolean,