format code

This commit is contained in:
MaysWind
2025-10-26 21:21:21 +08:00
parent fd4036f0c8
commit 9a2f682379
+3 -3
View File
@@ -24,9 +24,9 @@ interface RadarChartData {
}
interface RadarChartDataItem {
name: string,
max: number,
color: string
name: string;
max: number;
color: string;
}
const props = defineProps<{