Merge branch 'dev' of https://github.com/youzan/vant into dev

This commit is contained in:
chenjiahan 2020-12-04 13:32:02 +08:00
commit 11add5f1d3

View File

@ -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) {