mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
* feat(components): [radio-group] support options * test: add test case * docs: tweak doc * Update basic-usage.vue * docs: tweak doc * Update packages/components/radio/src/radio-group.vue Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com> * chore: label prop * Update packages/components/radio/src/radio-group.ts Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com> * Update packages/components/radio/src/radio-group.vue Co-authored-by: btea <2356281422@qq.com> * refactor: use ts logic * Update form.md * Update message.ts * refactor: fix effect lost * refactor: use template logic and update version * Update radio-group.ts * Update options.vue * Update options.vue * refactor: rename props and support additional attributes and render * chore: default key * chore: use optionProps * chore: fix build error * chore: fix build error * chore: fix build error * chore: fix build error * chore: fix build error * Update radio-group.vue * Update basic.vue * refactor: refer checkbox * Update pnpm-lock.yaml * Update pnpm-workspace.yaml * Update package.json * Update package.json * chore: ts error * Update radio-group.ts * Update radio-group.ts * refactor: add more attr support and update version * refactor: props consistent with select * Update radio.md * Update packages/components/radio/src/radio-group.vue Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com> * Update packages/components/radio/src/radio-group.vue Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com> * chore: type with single line * chore: fix build error * chore: delete radioRenderer testcase --------- Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com> Co-authored-by: btea <2356281422@qq.com> Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>