Merge pull request #883 from Bomberus/patch-1

Fix Typo in Inplace.vue
pull/938/head
Cagatay Civici 2021-02-03 14:32:01 +03:00 committed by GitHub
commit 7727883050
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: { props: {
closable: { closable: {
type: Boolean, type: Boolean,
defaault: false default: false
}, },
active: { active: {
type: Boolean, type: Boolean,
defaault: false default: false
} }
}, },
watch: { watch: {