fix M2A list not updating (#10617)

This commit is contained in:
Azri Kahar
2021-12-21 02:15:18 +08:00
committed by GitHub
parent 530db94c53
commit 89f93d320c

View File

@@ -201,7 +201,7 @@ export default defineComponent({
useEdits();
const { onSort } = useManualSort();
watch(props, fetchValues, { immediate: true, deep: true });
watch(() => props.value, fetchValues, { immediate: true, deep: true });
return {
t,