pref: update ChangeLog styles
This commit is contained in:
parent
527dc45bc0
commit
b960649a18
@ -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>
|
|
||||||
|
Loading…
Reference in New Issue
Block a user