Typo fixed for default props

This commit is contained in:
Bahadır Sofuoğlu 2022-12-29 16:16:58 +03:00
parent c5c1e69a65
commit 757d4ac210
2 changed files with 3 additions and 3 deletions

View file

@ -47,7 +47,7 @@ export default {
collapsed: Boolean,
toggleButtonProps: {
type: null,
defaault: null
default: null
}
},
data() {