-
refactor and reduce code logic
-
Return empty string if the date input doesn't parse
-
remove Array.find to make IE11 happy
-
Add week start (locale setting)
-
修复table里嵌套table报 Cannot read property 'width' of undefined"的错误
-
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