This commit is contained in:
jxxghp
2025-03-30 19:54:55 +08:00
parent a909cdc21c
commit ef5db9ee4b
10 changed files with 249 additions and 304 deletions

View File

@@ -1,3 +1,5 @@
import { VCard } from 'vuetify/lib/components/index.mjs'
export default {
IconBtn: {
icon: true,
@@ -27,6 +29,9 @@ export default {
// set v-btn default color to primary
color: 'primary',
},
VCard: {
elevation: 3,
},
VChip: {
elevation: 0,
},