diff --git a/addons/knobs/README.md b/addons/knobs/README.md index 4f8caa1a6ce3..d64d32b63d42 100644 --- a/addons/knobs/README.md +++ b/addons/knobs/README.md @@ -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: {