fix(docs): correct minor typos (#5140)

This commit is contained in:
handsomeFu 2022-01-05 14:12:35 +08:00 committed by GitHub
parent 1618d6c5f3
commit caa6982e47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -192,7 +192,7 @@ export default defineComponent({
},
setup() {
return {
size: 3000,
zIndex: 3000,
size: 'small',
}
},