Match Posts export name with file name

This commit is contained in:
Raymonzut
2020-04-25 12:13:29 +02:00
parent 8e671bf733
commit 0fbb22187b
+1 -1
View File
@@ -19,7 +19,7 @@
import { getPosts } from '../remote'
export default {
name: "posts",
name: "Posts",
computed: {
months: function () {
const dates = this.posts.map(post => new Date(post.date))