컬러 없을 때

This commit is contained in:
yoon 2025-04-04 14:48:09 +09:00
parent 142b576804
commit 358f4a343a

View File

@ -257,7 +257,9 @@
const formReset = () => {
name.value = '';
color.value = colorList.value[0].value;
if (colorList.value && colorList.value.length > 0) {
color.value = colorList.value[0].value;
}
addressData.value = {
postcode: '',
address: '',