lint and sw fixes

This commit is contained in:
Henry Jameson 2026-06-30 04:02:13 +03:00
commit 97fdee5c9d
7 changed files with 14 additions and 9 deletions

View file

@ -30,7 +30,7 @@ const ErrorModal = {
type: Error,
},
},
emits: ['clear', 'recover']
emits: ['clear', 'recover'],
}
export default ErrorModal