diff --git a/components/relative-time.vue b/components/relative-time.vue index 4fc4f9a..ce0e07c 100644 --- a/components/relative-time.vue +++ b/components/relative-time.vue @@ -10,7 +10,7 @@ import parseGithubDate from '~/helpers/parse-github-date' export default { props: { timestamp: { - type: String, + type: Number, required: true } }, diff --git a/components/search.vue b/components/search.vue index 719b95d..5130a1e 100644 --- a/components/search.vue +++ b/components/search.vue @@ -76,7 +76,7 @@ style="transition-property: border;" >