code refactor

This commit is contained in:
MaysWind
2025-01-16 00:25:50 +08:00
parent 922c338387
commit 6ef42a9303
7 changed files with 46 additions and 46 deletions
+4 -4
View File
@@ -53,10 +53,10 @@ interface StepBarItem {
}
const props = defineProps<{
steps: StepBarItem[]
currentStep: string
clickable?: string | boolean
minWidth: string | number
steps: StepBarItem[];
currentStep: string;
clickable?: string | boolean;
minWidth: string | number;
}>();
const emit = defineEmits<{