Skip to content

Commit 6e36626

Browse files
fix: fix type error
1 parent 0f53c70 commit 6e36626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/components/ResetConfig.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import IconReset from '../icons/Reset.vue'
33
44
const emits = defineEmits<{
5-
reset: () => void
5+
reset: []
66
}>()
77
</script>
88

0 commit comments

Comments
 (0)