mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
* feat(components): [calendar] support controller-type prop * refactor: move handleDateChange to useCalendar * feat: update * style: update * style: update * feat: support formatter prop * feat: update * docs: update version number * chore: use ExtractPublicPropTypes * test: update * chore: improve parameter type * feat: update version number * feat: update * feat: update * Apply suggestions from code review Co-authored-by: rzzf <cszhjh@gmail.com> * docs: update example --------- Co-authored-by: rzzf <cszhjh@gmail.com> Co-authored-by: warmthsea <2586244885@qq.com>
6 lines
259 B
TypeScript
6 lines
259 B
TypeScript
import '@element-plus/components/base/style/css'
|
|
import '@element-plus/theme-chalk/el-calendar.css'
|
|
import '@element-plus/components/button/style/css'
|
|
import '@element-plus/components/button-group/style/css'
|
|
import '@element-plus/components/select/style/css'
|