mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-12 04:57:30 -07:00
chore(client): fix type
This commit is contained in:
parent
c15641f08a
commit
e5a6f4a136
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