VCard: add border by default

This commit is contained in:
2023-04-30 18:40:38 +02:00
parent ce0225af9a
commit d2b04f2081

View File

@@ -47,6 +47,7 @@ export default defineNuxtPlugin(nuxtApp => {
blueprint: md3, blueprint: md3,
defaults: { defaults: {
VCard: { VCard: {
border: 'sm',
elevation: 0 elevation: 0
}, },
VCarousel: { VCarousel: {