Match Posts export name with file name

master
Raymonzut 4 years ago
parent 8e671bf733
commit 0fbb22187b
No known key found for this signature in database
GPG Key ID: 97CF2D8BE2C69FC7
  1. 2
      client/src/views/Posts.vue

@ -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))

Loading…
Cancel
Save