mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-21 04:50:14 +08:00
fix(steps): type error
This commit is contained in:
parent
e8d71d4a6f
commit
950a64e420
@ -23,7 +23,7 @@ const stepProps = {
|
||||
// index will be filled by parent steps, not user
|
||||
internalIndex: {
|
||||
type: Number,
|
||||
default: undefined
|
||||
required: true
|
||||
}
|
||||
} as const
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user