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

View File

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