forked from FoundKeyGang/FoundKey
chore(client): fix type
This commit is contained in:
parent
393d07a2d1
commit
f27c3df6dc
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import { decode } from 'blurhash';
|
||||||
|
|
||||||
const props = withDefaults(defineProps<{
|
const props = withDefaults(defineProps<{
|
||||||
src?: string | null;
|
src?: string | null;
|
||||||
hash: string;
|
hash?: string;
|
||||||
alt?: string;
|
alt?: string;
|
||||||
title?: string | null;
|
title?: string | null;
|
||||||
size?: number;
|
size?: number;
|
||||||
|
|
Loading…
Reference in a new issue