diff --git a/.gitignore b/.gitignore index b7ce690..313eec5 100644 --- a/.gitignore +++ b/.gitignore @@ -86,3 +86,4 @@ dist /README-temp.md /game-list.json .DS_Store +/commits-data.json diff --git a/components/relative-time.vue b/components/relative-time.vue new file mode 100644 index 0000000..4fc4f9a --- /dev/null +++ b/components/relative-time.vue @@ -0,0 +1,24 @@ + + + {{ relativeTime }} + + + + diff --git a/components/search.vue b/components/search.vue index 0ce1171..8070f45 100644 --- a/components/search.vue +++ b/components/search.vue @@ -62,16 +62,25 @@