-
Patch fix on Avatar component
-
There are chances that when there is this.$slots.default there is no this.$refs.children.
-
Pr/1789
-
If you want to prevent submit, use this instead: ``` <Form @submit.native.prevent> ```
-
Optimize append and remove options
-
修复 Slider 滑动按钮单击时数值跳动 issue