mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(uploader): change status is not valid (#7681)
This commit is contained in:
parent
1304c6f36b
commit
c75389d433
@ -1,4 +1,4 @@
|
|||||||
import { ref } from 'vue';
|
import { ref, reactive } from 'vue';
|
||||||
|
|
||||||
// Utils
|
// Utils
|
||||||
import { bem, createComponent } from './shared';
|
import { bem, createComponent } from './shared';
|
||||||
@ -121,7 +121,7 @@ export default createComponent({
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
items = reactive(items);
|
||||||
emit('update:modelValue', [...props.modelValue, ...toArray(items)]);
|
emit('update:modelValue', [...props.modelValue, ...toArray(items)]);
|
||||||
|
|
||||||
if (props.afterRead) {
|
if (props.afterRead) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user