new changes

This commit is contained in:
Mamalizz
2025-02-08 23:48:04 +03:30
parent 4d04abf327
commit 30526eb135
+2 -2
View File
@@ -5,7 +5,7 @@ type Props = {
modelValue: boolean;
};
type Emit = {
type Emits = {
"update:modelValue": [value: boolean];
};
@@ -17,7 +17,7 @@ const { modelValue } = toRefs(props);
// emit
const emit = defineEmits<Emit>();
const emit = defineEmits<Emits>();
// computed