mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Fix type error
This commit is contained in:
parent
295284c53f
commit
b3d5d9acb6
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ import parseGithubDate from '~/helpers/parse-github-date'
|
|||
export default {
|
||||
props: {
|
||||
timestamp: {
|
||||
type: String,
|
||||
type: Number,
|
||||
required: true
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue