Fix error

This commit is contained in:
syuilo 2019-09-02 05:42:30 +09:00
parent a25fdfd519
commit b0f2b209a2

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,