chore(client): fix type def

This commit is contained in:
syuilo 2022-06-28 13:06:31 +09:00
parent 73113f7631
commit 97b4d43871

View file

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