Fix error

This commit is contained in:
syuilo 2019-09-02 05:42:30 +09:00
parent fbf288a1e7
commit 47b3711ba4

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,