Skip to content

Commit

Permalink
Merge pull request #9620 from richardhuf84/next
Browse files Browse the repository at this point in the history
withKnobs const set twice
  • Loading branch information
shilman committed Jan 26, 2020
1 parent cdae0ee commit 7115879
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 7115879

Please sign in to comment.