0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-25 12:45:17 +00:00

fix update manager

This commit is contained in:
Kenny 2022-03-07 14:07:24 -05:00
parent 151c5cdd6b
commit 5e3f22fd3f
2 changed files with 5 additions and 4 deletions

View file

@ -8,9 +8,10 @@
<span v-text="`• ${item.sha.substring(0, 7)}`" class="subtitle" />
</v-card-title>
<v-card-content style="padding: 1em; padding-top: 0;">
{{ item.commit.message }}
</v-card-content>
<div style="margin-left: 1em;">
<b>Title:</b> {{ item.commit.message }}<br>
{{ new Date(item.commit.committer.date).toLocaleString() }}
</div>
<v-card-actions>
<v-spacer />

View file

@ -11,7 +11,7 @@ const module = {
params: { }
})
.then((res) => {
callback(res)
callback(res.data)
})
.catch((err) => {
callback(err)