Fix error

This commit is contained in:
syuilo 2019-09-02 05:42:30 +09:00
parent a25fdfd519
commit b0f2b209a2
1 changed files with 2 additions and 1 deletions

View File

@ -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,