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