ant-design-vue/components/vc-checkbox/src
Morphling f564f6d0dc
fix: nativeEvent is not a complete Event object (#1811)
* fix: nativeEvent is not a complete Event object

The Spread syntax is only get own property of a Object,but many properties of Event is on it's prototypes chains, so the result is that the passed nativeEvent only has two property: isTrutsed  and shiftKey

* fix semicolon
2020-02-23 10:40:39 +08:00
..
Checkbox.jsx fix: nativeEvent is not a complete Event object (#1811) 2020-02-23 10:40:39 +08:00
index.js style: lint add semi and prettier 2019-01-12 12:46:29 +08:00