style: lint fix, add props default value

This commit is contained in:
pengzhanbo 2023-06-30 16:22:24 +08:00
parent 5486aa9d4f
commit 0bdbcc30a0

View File

@ -13,6 +13,8 @@ const props = withDefaults(
}>(),
{
name: '',
size: '',
color: '',
}
)