Merge branch 'master' into refactor/image-loading

This commit is contained in:
2020-02-20 00:21:43 +01:00
committed by GitHub
4 changed files with 154 additions and 25 deletions

View File

@@ -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>