mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 07:35:57 +09:00
chore(client): fix type
This commit is contained in:
parent
62f8af4891
commit
60710805d5
@ -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 New Issue
Block a user