Skip to content

Commit 7551a85

Browse files
committed
fix(CheckboxGroup): relative UCheckbox import
Resolves #4090
1 parent c2bcb8e commit 7551a85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/runtime/components/CheckboxGroup.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ import { useAppConfig } from '#imports'
7474
import { useFormField } from '../composables/useFormField'
7575
import { get, omit } from '../utils'
7676
import { tv } from '../utils/tv'
77+
import UCheckbox from './Checkbox.vue'
7778
7879
const props = withDefaults(defineProps<CheckboxGroupProps<T>>(), {
7980
valueKey: 'value',

0 commit comments

Comments
 (0)