1
0
mirror of synced 2024-11-22 05:16:05 +03:00

Fixed proxy actualization on value change

This commit is contained in:
1on 2020-09-16 13:49:45 +03:00
parent d717f8dd80
commit 613c3cd497

View File

@ -229,6 +229,7 @@ export function useRegistryMethods (without = []) {
this.registry.get(field).context.model = getNested(values, field)
}
})
this.applyInitialValues()
}
}
return Object.keys(methods).reduce((withMethods, key) => {