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 { interface RadarChartDataItem {
name: string, name: string;
max: number, max: number;
color: string color: string;
} }
const props = defineProps<{ const props = defineProps<{