pref: update ChangeLog styles

This commit is contained in:
thehrz 2023-07-30 17:31:51 +08:00
parent 527dc45bc0
commit b960649a18
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855

View File

@ -15,9 +15,11 @@ const { isFetching, error, data } = useFetch('https://git.thehrz.net/api/v1/repo
<template>
<v-card>
<p v-if="isFetching">
Loading...
</p>
<v-alert
v-if="isFetching"
type="info"
title="加载中"
/>
<v-alert
v-else-if="error"
@ -35,5 +37,3 @@ const { isFetching, error, data } = useFetch('https://git.thehrz.net/api/v1/repo
</v-list>
</v-card>
</template>
<style scoped></style>