mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
Fix error
This commit is contained in:
parent
fbf288a1e7
commit
47b3711ba4
@ -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