1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-24 12:44:04 +02:00
This commit is contained in:
syuilo
2025-09-01 12:59:53 +09:00
parent 782c9f9852
commit 3c998e1f48
13 changed files with 46 additions and 32 deletions

View File

@@ -25,12 +25,12 @@ defineProps<{
showing: boolean;
x: number;
y: number;
title?: string;
title?: string | null;
series?: {
backgroundColor: string;
borderColor: string;
text: string;
}[];
}[] | null;
}>();
const emit = defineEmits<{