Fix Typo in Inplace.vue
parent
f03d9166f9
commit
5f6c264b8f
|
@ -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: {
|
||||||
|
|
Loading…
Reference in New Issue