Fix Typo in Inplace.vue

pull/883/head
Pascal Maximilian Bremer 2021-01-25 17:56:09 +01:00 committed by GitHub
parent f03d9166f9
commit 5f6c264b8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -18,11 +18,11 @@ export default {
props: {
closable: {
type: Boolean,
defaault: false
default: false
},
active: {
type: Boolean,
defaault: false
default: false
}
},
watch: {