mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 16:54:25 +08:00
format code
This commit is contained in:
@@ -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<{
|
||||||
|
|||||||
Reference in New Issue
Block a user