chore(client): fix type

This commit is contained in:
syuilo 2022-07-05 22:25:34 +09:00 committed by Chloe Kudryavtsev
parent 393d07a2d1
commit f27c3df6dc

View file

@ -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;