mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 05:57:32 -07:00
Fix error
This commit is contained in:
parent
fbf288a1e7
commit
47b3711ba4
1 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,8 @@ export default Vue.extend({
|
|||
},
|
||||
fit: {
|
||||
type: String,
|
||||
required: true
|
||||
required: false,
|
||||
default: 'cover'
|
||||
},
|
||||
detail: {
|
||||
type: Boolean,
|
||||
|
|
Loading…
Reference in a new issue