mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-26 02:03:49 +02:00
style
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
});
|
||||
|
||||
function onUpdateModelValue(value) {
|
||||
if (!value || (Array.isArray(value) && !value.length)) {
|
||||
if (props.type === 'single' && !value) {
|
||||
return;
|
||||
}
|
||||
emits('update:modelValue', value);
|
||||
|
||||
Reference in New Issue
Block a user