Skip to content

Commit 7115879

Browse files
committed
Merge pull request #9620 from richardhuf84/next
withKnobs const set twice
1 parent cdae0ee commit 7115879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/knobs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default {
7676
// then pass the story's prop data to the component’s prop in
7777
// the template with `v-bind:` or by placing the prop within
7878
// the component’s slot.
79-
export const withKnobs = () => ({
79+
export const exampleWithKnobs = () => ({
8080
components: { MyButton },
8181
props: {
8282
isDisabled: {

0 commit comments

Comments
 (0)