- Using `defineComponent` to wrap component up for Volar support, this should close#841
- Also made changes for some typing
- Removed `merge.ts` since `Object.assign` are now supported natively
fix all picker's transition and styles, including select, autocomplete, timer-picker, date-picker
and so on, which transition should be 'el-zoom-in-top' and without duplication.
* bumping version
* build(core): bumping vue version
- Bumping up vue version from ^3.0.0 to ^3.0.3 due to the change of `emitOptions`
* Remove transition mock/Add before-enter and before-leave hook emitter for popper
* fix(select): fix the bug about clicking the select component
fix the bug about clicking the select component
fix#496
* docs: fix some bug in the docs of upload and infiniteScroll
fix some bug in the docs of upload and infiniteScroll
* docs: change the options api to composition api in the avatar docs
change the options api to composition api in the avatar docs
re #540
* Update avatar.md
* Revert update avatar.md
* fix(color-picker): fix the color picker can't colse on click twice
fix the color picker can't colse on click twice
fix#602
* fix(notification): fix notification does not have hight z-index
fix notification does not have hight z-index
fix#602
Co-authored-by: zazzaz <izazzaz@hotmail.com>