We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdae0ee commit 7115879Copy full SHA for 7115879
addons/knobs/README.md
@@ -76,7 +76,7 @@ export default {
76
// then pass the story's prop data to the component’s prop in
77
// the template with `v-bind:` or by placing the prop within
78
// the component’s slot.
79
-export const withKnobs = () => ({
+export const exampleWithKnobs = () => ({
80
components: { MyButton },
81
props: {
82
isDisabled: {
0 commit comments