mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-25 12:45:17 +00:00
fix update manager
This commit is contained in:
parent
151c5cdd6b
commit
5e3f22fd3f
2 changed files with 5 additions and 4 deletions
|
@ -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 />
|
||||
|
|
|
@ -11,7 +11,7 @@ const module = {
|
|||
params: { }
|
||||
})
|
||||
.then((res) => {
|
||||
callback(res)
|
||||
callback(res.data)
|
||||
})
|
||||
.catch((err) => {
|
||||
callback(err)
|
||||
|
|
Loading…
Reference in a new issue