 Fengyuan Chenandchenjiahan
|
cd439c04f3
|
fix(utils): avoid getting unexpected value (#11010)
For example, when calling `get({}, 'button.small')`, it expects to return an empty string, but return a function (`''.small` is a native function, see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/small).
|
2022-09-05 23:42:11 +08:00 |
|