From 1aa3a88b21539aa06572d86324673baeddfbe46f Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Sat, 25 Jan 2020 19:41:39 +0100 Subject: Add image from meta --- components/Posts/PostList/parentMixin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'components/Posts/PostList/parentMixin.js') diff --git a/components/Posts/PostList/parentMixin.js b/components/Posts/PostList/parentMixin.js index e5b06ed..801d51c 100644 --- a/components/Posts/PostList/parentMixin.js +++ b/components/Posts/PostList/parentMixin.js @@ -3,7 +3,7 @@ import { getPosts } from './index' export default { async asyncData() { return { - posts: await getPosts() + posts: await getPosts(), } - } + }, } -- cgit 1.4.1