💻 | Working

This commit is contained in:
2021-04-09 11:55:38 +02:00
parent 1b63219086
commit 93f716a223
16 changed files with 34 additions and 36 deletions

View File

@@ -66,7 +66,7 @@ export default {
reading_time: {
type: Number,
default: 0
},
}
},
setup(props: PostHomeProps) {
const getBackgroundCover = computed(() => require(`@/assets/images/posts/${props.cover}`))