-
Patch fix on Avatar component
-
There are chances that when there is this.$slots.default there is no this.$refs.children.
-
If you want to prevent submit, use this instead: ``` <Form @submit.native.prevent> ```
-
Optimize append and remove options
-
修复 Slider 滑动按钮单击时数值跳动 issue
-
Input increase autocomplete
-
Add counter start to reduce
-
impove table render logic,fix xss.
-
fix #695
-
Refactor cell click handler and add more date picker and date range picker tests
-
Make date more IE friendly