mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-04-09 20:53:15 +08:00
feat: vben checkbox support indeterminate state and transition animation (#5662)
This commit is contained in:
@@ -7,7 +7,7 @@ import { useForwardPropsEmits } from 'radix-vue';
|
||||
|
||||
import { Checkbox } from '../../ui/checkbox';
|
||||
|
||||
const props = defineProps<CheckboxRootProps>();
|
||||
const props = defineProps<CheckboxRootProps & { indeterminate?: boolean }>();
|
||||
|
||||
const emits = defineEmits<CheckboxRootEmits>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user