chore(client): fix type def

This commit is contained in:
syuilo 2022-06-28 13:06:31 +09:00 committed by Johann150
parent a7cc45fa98
commit 095a99f3f7
Signed by untrusted user: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -20,8 +20,8 @@ const props = defineProps<{
showing: boolean;
x: number;
y: number;
title: string;
series: {
title?: string;
series?: {
backgroundColor: string;
borderColor: string;
text: string;