mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
Merge branch 'dev' of https://github.com/youzan/vant into dev
This commit is contained in:
commit
11add5f1d3
@ -1,4 +1,4 @@
|
||||
import { ref } from 'vue';
|
||||
import { ref, reactive } from 'vue';
|
||||
|
||||
// Utils
|
||||
import { bem, createComponent } from './shared';
|
||||
@ -121,7 +121,7 @@ export default createComponent({
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
items = reactive(items);
|
||||
emit('update:modelValue', [...props.modelValue, ...toArray(items)]);
|
||||
|
||||
if (props.afterRead) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user