mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -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 {
|
export default {
|
||||||
props: {
|
props: {
|
||||||
timestamp: {
|
timestamp: {
|
||||||
type: String,
|
type: Number,
|
||||||
required: true
|
required: true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue