We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84165c4 commit 7a40031Copy full SHA for 7a40031
components/config-provider/index.jsx
@@ -7,7 +7,7 @@ import Base from '../base';
7
function getWatch(keys = []) {
8
const watch = {};
9
keys.forEach(k => {
10
- watch[k] = function() {
+ watch[k] = function(value) {
11
this._proxyVm._data[k] = value;
12
};
13
});
0 commit comments