fix(steps): type error

This commit is contained in:
07akioni 2021-06-08 11:58:32 +08:00
parent e8d71d4a6f
commit 950a64e420

View File

@ -23,7 +23,7 @@ const stepProps = {
// index will be filled by parent steps, not user
internalIndex: {
type: Number,
default: undefined
required: true
}
} as const