format code
This commit is contained in:
@@ -24,9 +24,9 @@ interface RadarChartData {
|
||||
}
|
||||
|
||||
interface RadarChartDataItem {
|
||||
name: string,
|
||||
max: number,
|
||||
color: string
|
||||
name: string;
|
||||
max: number;
|
||||
color: string;
|
||||
}
|
||||
|
||||
const props = defineProps<{
|
||||
|
||||
Reference in New Issue
Block a user