Skip to content

Commit

Permalink
withKnobs const set twice
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhuf84 authored Jan 24, 2020
1 parent cae2d95 commit 0077101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/knobs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default {
// then pass the story's prop data to the component’s prop in
// the template with `v-bind:` or by placing the prop within
// the component’s slot.
export const withKnobs = () => ({
export const exampleWithKnobs = () => ({
components: { MyButton },
props: {
isDisabled: {
Expand Down

0 comments on commit 0077101

Please sign in to comment.