forked from FoundKeyGang/FoundKey
Fix error
This commit is contained in:
parent
a25fdfd519
commit
b0f2b209a2
1 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,8 @@ export default Vue.extend({
|
||||||
},
|
},
|
||||||
fit: {
|
fit: {
|
||||||
type: String,
|
type: String,
|
||||||
required: true
|
required: false,
|
||||||
|
default: 'cover'
|
||||||
},
|
},
|
||||||
detail: {
|
detail: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
|
|
Loading…
Reference in a new issue