This commit is contained in:
pa
2026-02-05 16:59:16 +09:00
parent 1959497071
commit 2d4d6816d3
16 changed files with 92 additions and 80 deletions

View File

@@ -39,7 +39,7 @@
});
function onUpdateModelValue(value) {
if (!value || (Array.isArray(value) && !value.length)) {
if (props.type === 'single' && !value) {
return;
}
emits('update:modelValue', value);