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 } },