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.
1 parent e4909a6 commit 17839ddCopy full SHA for 17839dd
1 file changed
client/src/components/Form/FormCardSticky.vue
@@ -27,7 +27,7 @@ withDefaults(
27
);
28
29
const emit = defineEmits<{
30
- "newer-version-click": [];
+ (e: "newer-version-click"): void;
31
}>();
32
</script>
33
0 commit comments