🐛 fix: bugs fixed

This commit is contained in:
Paul Valerie GOMA 2025-07-27 02:43:09 +02:00
parent 605f6af3b9
commit b807657583

View File

@ -21,3 +21,7 @@ watch(() => props.hasError, (val) => {
emit('update:error', val); emit('update:error', val);
}); });
</script> </script>
<template>
<slot/>
</template>