-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(VSteppers): update API for 2.0 (#7975)
* docs(VStepperContent): Update default-slots list. Add v-stepper-content component. * docs(VStepperStep): Update maps Add missing click event. * docs(VStepperStep): Add click event description. * chore(VStepperStep): Organize props alphabetically. * chore(VStepper): Organize props alphabetically.
- Loading branch information
1 parent
644ff59
commit 422b449
Showing
5 changed files
with
26 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,18 @@ | ||
module.exports = { | ||
'v-stepper': { | ||
events: [ | ||
{ | ||
name: 'input', | ||
value: 'number', | ||
}, | ||
], | ||
}, | ||
} | ||
module.exports = { | ||
'v-stepper': { | ||
events: [ | ||
{ | ||
name: 'input', | ||
value: 'number', | ||
}, | ||
], | ||
}, | ||
'v-stepper-step': { | ||
events: [ | ||
{ | ||
name: 'click', | ||
value: 'MouseEvent', | ||
}, | ||
], | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters