mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-27 03:31:37 +09:00
Fix error
This commit is contained in:
parent
a25fdfd519
commit
b0f2b209a2
@ -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 New Issue
Block a user