This commit is contained in:
JaguarJack
2023-02-21 09:58:42 +08:00
parent 29206c048d
commit ef6a1204a9
3 changed files with 2 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ const props = defineProps({
},
className: {
type: String,
required: true,
required: false,
default: "w-5 h-5"
}
})