remove redundant code

This commit is contained in:
MaysWind
2023-09-18 01:12:04 +08:00
parent 828fc690b6
commit 128f86b643
@@ -3,7 +3,7 @@
<v-card class="pa-2 pa-sm-4 pa-md-4"> <v-card class="pa-2 pa-sm-4 pa-md-4">
<template #title> <template #title>
<div class="d-flex align-center justify-center"> <div class="d-flex align-center justify-center">
<h5 class="text-h5">{{ $t(title) }}</h5> <h5 class="text-h5">{{ title }}</h5>
</div> </div>
</template> </template>
<template #subtitle> <template #subtitle>