@ -313,7 +313,7 @@ watch(
const emitUpdateModelValue = () => {
const infos = buildInfosFromFileList()
let result: string | string[]
if (props.limit === 1 || isString(props.modelValue)) {
if (props.limit === 1) {
if (!infos.length) {
result = ''
} else {