mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 22:41:42 +01:00
feat(Checkbox/Progress/RadioGroup/Slider/Switch): add black color
This commit is contained in:
@@ -72,8 +72,7 @@ const ui = computed(() => tv({ extend: checkbox, slots: props.ui })({
|
||||
color: color.value,
|
||||
required: props.required,
|
||||
disabled: disabled.value,
|
||||
checked: modelValue.value ?? props.defaultValue,
|
||||
indeterminate: indeterminate.value
|
||||
checked: (modelValue.value ?? props.defaultValue) || indeterminate.value
|
||||
}))
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user