mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 07:33:08 +02:00
chore(client): fix type
This commit is contained in:
parent
62f8af4891
commit
60710805d5
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import { decode } from 'blurhash';
|
|||
|
||||
const props = withDefaults(defineProps<{
|
||||
src?: string | null;
|
||||
hash: string;
|
||||
hash?: string;
|
||||
alt?: string;
|
||||
title?: string | null;
|
||||
size?: number;
|
||||
|
|
Loading…
Reference in a new issue