diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-01-25 22:32:52 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-01-25 22:32:52 +0100 |
commit | 9e920822e36cb554d94ba1f3ffd27c8339968156 (patch) | |
tree | 8faf3004f56b693edbec808c5c32163b9e17f1d0 /components/Posts/PostList/parentMixin.js | |
parent | 5d7fb66aac4fdb09ab9d1264e194529e9636025b (diff) | |
parent | 5305c18b05803bf0d032027e645c71ac59627621 (diff) | |
download | puszcza-9e920822e36cb554d94ba1f3ffd27c8339968156.tar.gz puszcza-9e920822e36cb554d94ba1f3ffd27c8339968156.zip |
Merge remote-tracking branch 'origin/develop' into oboz
Diffstat (limited to 'components/Posts/PostList/parentMixin.js')
-rw-r--r-- | components/Posts/PostList/parentMixin.js | 4 |
1 files changed, 2 insertions, 2 deletions
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(), } - } + }, } |