mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 18:51:07 +08:00
Merge pull request #17612 from MrAnyx/patch-1
Fix typo in the sub component documentation
This commit is contained in:
commit
5e275b3189
@ -19,7 +19,7 @@ export const Empty = (args) => ({
|
||||
setup() {
|
||||
//👇 The args will now be passed down to the template
|
||||
return { args };
|
||||
}
|
||||
},
|
||||
template: '<List v-bind="args"/>',
|
||||
});
|
||||
|
||||
@ -28,7 +28,7 @@ export const OneItem = (args) => ({
|
||||
setup() {
|
||||
//👇 The args will now be passed down to the template
|
||||
return { args };
|
||||
}
|
||||
},
|
||||
template: '<List v-bind="args"><ListItem /></List>',
|
||||
});
|
||||
```
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user