diff --git a/src/components/steps/Steps.vue b/src/components/steps/Steps.vue index 0fa274520..389a7534d 100644 --- a/src/components/steps/Steps.vue +++ b/src/components/steps/Steps.vue @@ -2,10 +2,14 @@
Steps components is an indicator for the steps in a wizard workflow.
+Steps components is an indicator for the steps in a wizard workflow. Example below uses nested routes with Steps.
TabMenu uses the common MenuModel API to define the items, visit
Steps uses the common MenuModel API to define the items, visit
TabMenu is integrated with Vue Router and requires a collection of menuitems as its model.
+Steps is integrated with Vue Router and requires a collection of menuitems as its model.
Items are readonly by default, if you'd like to make them interactive then disable readonly property.
+