ant-design-vue/components/vc-checkbox
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
..
assets style: lint add semi and prettier 2019-01-12 12:46:29 +08:00
demo style: lint add semi and prettier 2019-01-12 12:46:29 +08:00
src fix: nativeEvent is not a complete Event object (#1811) 2020-02-23 10:40:39 +08:00
index.js update vc-checkbox to 2.1.7 2019-09-02 22:07:37 +08:00