We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed29909 + b3fd10d commit 09e3075Copy full SHA for 09e3075
src/components/DsfrCheckbox/DsfrCheckboxSet.vue
@@ -1,4 +1,4 @@
1
-<script lang="ts">
+<script lang="ts" setup>
2
import type { DsfrCheckboxSetProps } from './DsfrCheckbox.types'
3
4
import { computed } from 'vue'
@@ -8,9 +8,6 @@ import { useRandomId } from '../../utils/random-utils'
8
import DsfrCheckbox from './DsfrCheckbox.vue'
9
10
export type { DsfrCheckboxSetProps }
11
-</script>
12
-
13
-<script lang="ts" setup>
14
const props = withDefaults(defineProps<DsfrCheckboxSetProps>(), {
15
titleId: () => useRandomId('checkbox', 'set'),
16
errorMessage: '',
0 commit comments