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