mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
@@ -74,6 +74,7 @@ import { useAppConfig } from '#imports'
|
|||||||
import { useFormField } from '../composables/useFormField'
|
import { useFormField } from '../composables/useFormField'
|
||||||
import { get, omit } from '../utils'
|
import { get, omit } from '../utils'
|
||||||
import { tv } from '../utils/tv'
|
import { tv } from '../utils/tv'
|
||||||
|
import UCheckbox from './Checkbox.vue'
|
||||||
|
|
||||||
const props = withDefaults(defineProps<CheckboxGroupProps<T>>(), {
|
const props = withDefaults(defineProps<CheckboxGroupProps<T>>(), {
|
||||||
valueKey: 'value',
|
valueKey: 'value',
|
||||||
|
|||||||
Reference in New Issue
Block a user