hyrioo-msp
Results
1
comments of
hyrioo-msp
@hl037 I just looked a bit into this. You are actually specifying validation functions in your defineEmits: ```js const emit = defineEmits({ 'returned' : String, 'update:modelValue' : String, }); ```...