diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-01-28 20:02:14 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-01-28 20:02:14 +0100 |
commit | d0885eb9a0d9d6ff33a3203a693f72e9de4dc562 (patch) | |
tree | bc011f75b5fed8636891fca6f85717bcfc103a02 /components/Posts/PostList/PurePostList.vue | |
parent | 474d2bd31fdb0d13e07793c31d82e4eb264731cf (diff) | |
download | puszcza-d0885eb9a0d9d6ff33a3203a693f72e9de4dc562.tar.gz puszcza-d0885eb9a0d9d6ff33a3203a693f72e9de4dc562.zip |
Fix image
Diffstat (limited to 'components/Posts/PostList/PurePostList.vue')
-rw-r--r-- | components/Posts/PostList/PurePostList.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/Posts/PostList/PurePostList.vue b/components/Posts/PostList/PurePostList.vue index 210973e..cdbaffc 100644 --- a/components/Posts/PostList/PurePostList.vue +++ b/components/Posts/PostList/PurePostList.vue @@ -12,7 +12,7 @@ :route="post.route" :title="post.title" :description="post.description" - :image="post.image" + :image="post.meta.image" /> </div> </transition> |