pref(ChangeLog): update list
This commit is contained in:
parent
17b0a0bb5a
commit
6dd073d7fa
@ -35,7 +35,7 @@ const { isFetching, error, data } = useFetch('https://git.thehrz.net/api/v1/repo
|
|||||||
v-for="commit in data"
|
v-for="commit in data"
|
||||||
:key="commit.commit.message" :title="commit.commit.message"
|
:key="commit.commit.message" :title="commit.commit.message"
|
||||||
:subtitle="`${commit.sha.slice(0, 6)} ${commit.created}`"
|
:subtitle="`${commit.sha.slice(0, 6)} ${commit.created}`"
|
||||||
:to="commit.html_url"
|
:href="commit.html_url"
|
||||||
/>
|
/>
|
||||||
</v-list>
|
</v-list>
|
||||||
</v-card>
|
</v-card>
|
||||||
|
@ -55,5 +55,5 @@
|
|||||||
|
|
||||||
<h1>更新日志</h1>
|
<h1>更新日志</h1>
|
||||||
|
|
||||||
<change-log />
|
<change-log class="not-prose" />
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user