Merge branch 'master' into refactor/image-loading
This commit is contained in:
@@ -28,12 +28,12 @@ import img from '../directives/v-image'
|
||||
export default {
|
||||
props: {
|
||||
movie: {
|
||||
required: true,
|
||||
type: Object
|
||||
type: Object,
|
||||
required: true
|
||||
},
|
||||
shortList: {
|
||||
required: false,
|
||||
type: Boolean
|
||||
type: Boolean,
|
||||
required: false
|
||||
}
|
||||
},
|
||||
directives: {
|
||||
@@ -239,4 +239,4 @@ export default {
|
||||
background-color: green;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user