Skip to content

Commit cd80300

Browse files
fix: add proper typing
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 064f490 commit cd80300

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Tag/RadioButton.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup lang="ts">
2-
const model = defineModel()
2+
const model = defineModel<string>()
33
44
const props = defineProps<{
55
disabled?: boolean

0 commit comments

Comments
 (0)