(args, { argTypes })
| 6 | } |
| 7 | |
| 8 | const Template = (args, { argTypes }) => ({ |
| 9 | props: Object.keys(argTypes), |
| 10 | components: { BoxPanel }, |
| 11 | template: '<box-panel v-bind="$props" />', |
| 12 | }) |
| 13 | |
| 14 | export const Horizontal = Template.bind({}) |
| 15 | Horizontal.args = { |
nothing calls this directly
no outgoing calls
no test coverage detected