mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
fix(RadioGroup): allow boolean in modelValue prop (#1913)
Co-authored-by: Adrien Figueiredo <>
This commit is contained in:
committed by
GitHub
parent
3e9c96bb7a
commit
8eca5a0d62
@@ -48,7 +48,7 @@ export default defineComponent({
|
||||
inheritAttrs: false,
|
||||
props: {
|
||||
modelValue: {
|
||||
type: [String, Number, Object],
|
||||
type: [String, Number, Object, Boolean],
|
||||
default: ''
|
||||
},
|
||||
name: {
|
||||
|
||||
Reference in New Issue
Block a user