diff --git a/components/steps/demo/customized-progress-dot.md b/components/steps/demo/customized-progress-dot.md index e89ad0f96..590b2a8ff 100644 --- a/components/steps/demo/customized-progress-dot.md +++ b/components/steps/demo/customized-progress-dot.md @@ -23,11 +23,11 @@ You can customize the display for Steps with progress dot style. return {} }, methods: { - customDot(dot, params) { + customDot(dot, {index, status}) { return ( {dot} diff --git a/components/steps/demo/icon.md b/components/steps/demo/icon.md index 6a9baf6a4..7a2081c0f 100644 --- a/components/steps/demo/icon.md +++ b/components/steps/demo/icon.md @@ -11,16 +11,16 @@ You can use your own custom icons by setting the property `icon` for `Steps.Step ```html